diagram | |
namespace | http://document.api.bds.tibco.com |
children | caseReference |
used by | |
source | <xs:complexType name="OwnerReference"> <xs:sequence> <xs:annotation> <xs:documentation>A reference to something that can 'own' documents. At the time of writing this always means a case object.</xs:documentation> </xs:annotation> <xs:element name="caseReference" type="xs:string"> <xs:annotation> <xs:documentation>e.g. bds-1-com.example.ordemodel.Order-1-2</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="caseReference" type="xs:string"> <xs:annotation> <xs:documentation>e.g. bds-1-com.example.ordemodel.Order-1-2</xs:documentation> </xs:annotation> </xs:element> |