DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "PositionType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...
    privacy
 = 
(xs:string | ("public" | "restricted" | "private"))
    >
   
Content: 
Title, OrganizationReference?, Period*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Title and position of an individual, with provision for referencing an organization to provide context.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="PositionType">
<xs:sequence>
<xs:element name="Title" type="xs:string"/>
<xs:element minOccurs="0" ref="OrganizationReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Period"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
</xs:complexType>
Content Element Detail (defined in this component only; 3/3)
OrganizationReference
Type:
r:ReferenceType, complex content
Referfence to the organization in which the individual holds the title.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="OrganizationReference"/>

Period
Type:
r:DateType, complex content
The period(s) when the individual held the position.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Period"/>

Title
Type:
xs:string, predefined, simple content
Title / position of an individual
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Title" type="xs:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set