complexType "TargetObjectType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
IndividualReference, OrganizationReference, Role
All Direct / Indirect Based Elements (1):
TargetObject
Known Usage Locations
Annotation
Identifies the Target organization or individual in the relationship. References either an Organiztion or an Individual and specifies the role of the Target in relationship to the Source. Multiple roles for specified periods may be identified.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="TargetObjectType">
<xs:sequence>
<xs:choice>
<xs:element ref="OrganizationReference"/>
<xs:element ref="IndividualReference"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Role"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
IndividualReference
Type:
r:ReferenceType, complex content
A reference to an Individual described in DDI.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="IndividualReference"/>

OrganizationReference
Type:
r:ReferenceType, complex content
A reference to an Organization described in DDI.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="OrganizationReference"/>

Role
Type:
RoleType, complex content
Describes the role of Target Individual or Organization in relation to the Source Object.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Role"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set