complexType "LocationNameType"
Namespace:
Content:
complex, 2 attributes, 2 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (2):
r:EffectivePeriod, r:String
All Direct / Indirect Based Elements (1):
LocationName
Known Usage Locations
Annotation
Name of the location using the DDI Name structure and the ability to add an effective date.
Type Definition Detail
Type Derivation Tree
r:InternationalStringType (extension)
  r:NameType (extension)
      LocationNameType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="LocationNameType">
<xs:complexContent>
<xs:extension base="r:NameType">
<xs:sequence>
<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; 1/2)
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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set