complexType "OrganizationIdentificationType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
OrganizationName*, DDIMaintenanceAgencyID*, OrganizationImage*, EffectivePeriod?
</...>
Content Model Elements (4):
DDIMaintenanceAgencyID, EffectivePeriod, OrganizationImage, OrganizationName
All Direct / Indirect Based Elements (1):
OrganizationIdentification
Known Usage Locations
Annotation
Means of identifying an organization.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="OrganizationIdentificationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OrganizationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DDIMaintenanceAgencyID"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OrganizationImage"/>
<xs:element minOccurs="0" ref="EffectivePeriod"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
DDIMaintenanceAgencyID
Type:
Contains the official DDI ID of the maintenance agency as registered with the DDI registry by the parent organization or individual. A single organization or individual may have one or more DDI Maintenance Agency IDs registered within the DDI registry (i.e., an organization may have a DDI Maintenance Agency ID for each project managed by the organization) The structure of this string is described by Part I of the Technical Documentation and the content is registered within the DDI registry as a unique identifier.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DDIMaintenanceAgencyID"/>

EffectivePeriod
Type:
r:DateType, complex content
Clarifies when the identification information is accruate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="EffectivePeriod"/>

OrganizationImage
Type:
PrivateImageType, complex content
Provides an external link to images associated with the individual.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OrganizationImage"/>

OrganizationName
Type:
r:NameType, complex content
The name or names by which the organization is known. The preferred name should be noted with the isPreferred attribute.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OrganizationName"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set