complexType "FormalOrganizationNameType"
Namespace:
Content:
complex, 2 attributes, 3 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
 = 
xs:string
    >
   
Content: 
r:String+, r:Abbreviation?, r:EffectivePeriod?
</...>
Content Model Elements (3):
r:Abbreviation, r:EffectivePeriod, r:String
All Direct / Indirect Based Elements (1):
FormalOrganizationName
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
r:InternationalStringType (extension)
  r:NameType (extension)
      FormalOrganizationNameType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="FormalOrganizationNameType">
<xs:complexContent>
<xs:extension base="r:NameType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Abbreviation"/>
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/3)
r:Abbreviation
Type:
r:InternationalStringType, complex content
An abbreviation or acronym for the name. This may be expressed in multiple languages. It is assumed that if only a single language is provided that it may be used in any of the other languages within which the name itself is expressed.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Abbreviation"/>

r:EffectivePeriod
Type:
r:DateType, complex content
The time period for which this name is accurate and in use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>

XML schema documentation generated with DocFlex/XML RE 1.8.6 using DocFlex/XML XSDDoc 2.6.0 template set