complexType "OrganizationNameType"
Namespace:
Content:
complex, 3 attributes, 4 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
 = 
xs:string
 = 
xs:boolean
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Names by which the organization is known. Use the attribute isFormal="true" to designate the legal or formal name of the Organization. The preferred name should be noted with the isPreferred attribute. Names may be typed with TypeOfOrganizationName to indicate their appropriate usage.
Type Definition Detail
Type Derivation Tree
  r:NameType (extension)
      OrganizationNameType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="OrganizationNameType">
<xs:complexContent>
<xs:extension base="r:NameType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Abbreviation"/>
<xs:element minOccurs="0" ref="TypeOfOrganizationName"/>
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
<xs:attribute name="isFormal" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/3)
isFormal
Type:
xs:boolean, predefined
Use:
optional
The legal or formal name of the organization should have the isFormal attribute set to true. To avoid confusion only one organization name should have the isFormal attribute set to true. Use the TypeOfOrganizationName to further differentiate the type and applied usage when multiple names are provided.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isFormal" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/4)
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"/>

TypeOfOrganizationName
Type:
r:CodeValueType, simple content
The type of organization name provided. the use of a controlled vocabulary is strongly recommended. At minimum this should include, e.g. PreviousFormalName, Nickname (or CommonName), Other.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfOrganizationName"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set