complexType "OrganizationType"
Namespace:
Content:
complex, 7 attributes, 18 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
 = 
(xs:string | ("public" | "restricted" | "private"))
   
>
   
Content: 
</...>
Content Model Elements (18):
AdditionalInformation, ContactInformation, OrganizationIdentification, RegionalCoverage, VersionDistinction, r:Agency, r:BasedOnObject, r:Description, r:ID, r:Keyword, r:MaintainableObject, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
Organization
Known Usage Locations
Annotation
Details of an organization including name, contact information, a description, keywords to support searching, their regional affiliation, and any additional information. In addition the organization may capture how they manage version distinction. All agencies should be defined as an Organization and referenced by the Archive module. The organization and specific pieces of information regarding the individual may be tagged for information privacy.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          OrganizationType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="OrganizationType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element minOccurs="0" ref="OrganizationIdentification"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RegionalCoverage"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AdditionalInformation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VersionDistinction"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ContactInformation"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/18)
AdditionalInformation
Type:
AdditionalInformationType, complex content
Any additional information you which to note about the organization. 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"/>

ContactInformation
Type:
ContactInformationType, complex content
Contact information for the organization including location specification, address, URL, phone numbers, and other means of communication access. Address, location, telephone, and other means of communication can be repeated to express multiple means of a single type or change over time. Each major piece of contact information (with exception of URL contains the element EffectiveDates in order to date stamp the period for which the information is valid.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ContactInformation"/>

OrganizationIdentification
Type:
Identification information on the Organization. The structure contains a OrganizationName which can be repeated 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 (1); see within schema source)
<xs:element minOccurs="0" ref="OrganizationIdentification"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the organization. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Keyword
Type:
Keyword used to classify the organization or its activities. Supports the use of an external controlled vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Keyword"/>

RegionalCoverage
Type:
r:CodeValueType, simple content
The geographic region within which this organization operates.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RegionalCoverage"/>

VersionDistinction
Type:
VersionDistinctionType, complex content
Describes the data versioning scheme(s) used by an organization. If more than one, Name should differentiate between a standard versioning structure used by the organization and special structures used by specific projects or studies. Information on what drives and major and minor change and how they are structured.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VersionDistinction"/>

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