complexType "AddressType"
Namespace:
Content:
mixed (allows character data), 2 attributes, 9 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 1 attribute, 9 elements
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
 = 
xs:boolean
   
>
   
Content: 
</...>
Content Model Elements (9):
CityPlaceLocal, GeographicPoint, Line, PostalCode, StateProvince, TypeOfAddress, r:CountryCode, r:EffectivePeriod, r:TimeZone
All Direct / Indirect Based Elements (1):
Address
Known Usage Locations
Annotation
Location address identifying each part of the address as separate elements, identifying the type of address, the level of privacy associated with the release of the address, and a flag to identify the preferred address for contact.
XML Source (w/o annotations (12); see within schema source)
<xs:complexType mixed="true" name="AddressType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfAddress"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Line" type="xs:string"/>
<xs:element minOccurs="0" name="CityPlaceLocal" type="xs:string"/>
<xs:element minOccurs="0" name="StateProvince" type="xs:string"/>
<xs:element minOccurs="0" name="PostalCode" type="xs:string"/>
<xs:element minOccurs="0" ref="r:CountryCode"/>
<xs:element minOccurs="0" ref="GeographicPoint"/>
<xs:element minOccurs="0" ref="r:TimeZone"/>
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
isPreferred
Type:
xs:boolean, predefined
Use:
optional
Set to "true" if this is the preferred location for contacting the organization or individual.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 9/9)
CityPlaceLocal
Type:
xs:string, predefined, simple content
City, Place, or local area used as part of an address.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CityPlaceLocal" type="xs:string"/>

GeographicPoint
Type:
r:PointType, complex content
Geographic coordinate point for the location
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GeographicPoint"/>

Line
Type:
xs:string, predefined, simple content
Number and street including office or suite number. May use multiple lines.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Line" type="xs:string"/>

PostalCode
Type:
xs:string, predefined, simple content
Postal or ZIP Code
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PostalCode" type="xs:string"/>

r:CountryCode
Type:
r:CountryCodeType, simple content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 4 elements
Country of the location
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:CountryCode"/>

r:EffectivePeriod
Type:
r:DateType, complex content
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>

r:TimeZone
Type:
r:CodeValueType, simple content
Time zone of the location expressed as code.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:TimeZone"/>

StateProvince
Type:
xs:string, predefined, simple content
A major subnational division such as a state or province used to identify a major region within an address.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="StateProvince" type="xs:string"/>

TypeOfAddress
Type:
r:CodeValueType, simple content
Indicates address type (i.e. home, office, mailing, etc.)
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfAddress"/>

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