complexType "RoleType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
   
>
   
Content: 
</...>
Content Model Elements (4):
AdditionalInformation, r:Description, r:EffectivePeriod, r:Keyword
All Direct / Indirect Based Elements (1):
Role
Known Usage Locations
Annotation
Describes the role of Target Individual or Organization in relation to the Source Object. Provides a description and classification of the role, the period for which the role was valid, and any additional information relevent to the role.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="RoleType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:EffectivePeriod"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AdditionalInformation"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
AdditionalInformation
Type:
AdditionalInformationType, complex content
Any additional information you which to note about this role of the Target object in this relationship. This is a structured string so it can be formatted and a privacy tag can be applied.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AdditionalInformation"/>

r:Description
Type:
r:StructuredStringType, complex content
Description of the role played by the Target Object in relationship to the Source Object.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:EffectivePeriod
Type:
r:DateType, complex content
Time period when this role is/was valid.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:EffectivePeriod"/>

r:Keyword
Type:
Keyword used to classify the role of the organization or individual in relationship to the Source Object
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>

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