complexType "AddressType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
(xs:string | ("public" | "restricted" | "private")) |
|
= |
xs:boolean |
|
|
> |
|
|
</...> |
Content Model Elements (4):
-
All Direct / Indirect Based Elements (1):
-
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:sequence>
<xs:element minOccurs="0" ref="TypeOfAddress"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Line" type="xs:string"/>
<xs:element minOccurs="0" name="StateProvince" type="xs:string"/>
<xs:element minOccurs="0" name="PostalCode" type="xs:string"/>
</xs:sequence>
<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)
-
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)
-
Geographic coordinate point for the location
XML Source (w/o annotations (1); see within schema source)
-
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"/>
|
-
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"/>
|
-
Country of the location
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
-
Time zone of the location expressed as code. The DDI Alliance has provided a controlled vocabulary (TimeZone) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
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"/>
|
-
Indicates address type (i.e. home, office, mailing, etc.). The DDI Alliance has provided a controlled vocabulary (TypeOfAddress) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
XML Source (w/o annotations (1); see within schema source)