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: 
FormalOrganizationName?, OrganizationName*, DDIMaintenanceAgencyID*, OrganizationImage*
</...>
Content Model Elements (4):
DDIMaintenanceAgencyID, FormalOrganizationName, OrganizationImage, OrganizationName
All Direct / Indirect Based Elements (1):
OrganizationIdentification
Known Usage Locations
Annotation
Means of identifying an organization. The structure contains a FormalOrganizationName for the current legal or formal name. In addition, one should be able to provide any number of OrganizationNames that have a) a specific contextual usage, or b) are of specific types (e.g. PreviousFormalName). The DDI Maintenance Agency ID and and organization images, such as a building picture or logo are found in OrganizationIdentification. Images and names can be individually date stamped.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="OrganizationIdentificationType">
<xs:sequence>
<xs:element minOccurs="0" ref="FormalOrganizationName"/>
<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: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"/>

FormalOrganizationName
Type:
The formal name and abbreviation of the Organization. When this name changes move the previous formal name to OrganizationName with a TypeOfOrganizationName indicating that it is a previous formal name and providing an end date to the EffectivePeriod.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="FormalOrganizationName"/>

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:
OrganizationNameType, complex content
Additional names by which the organization is known. The preferred name should be noted with the isPreferred attribute. Names may be typed with TypeOfOrganizationName to indicate their appropriate usage. For example when the formal name of an organization changes, the previous name is moved to OrganizationName with a TypeOfOrganizationName indicating PreviousFormalName.
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 RE 1.8.6 using DocFlex/XML XSDDoc 2.6.0 template set