complexType "AddressType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
(xs:string | ("public" | "restricted" | "private")) |
|
= |
xs:boolean |
|
|
> |
|
|
</...> |
Content Model Elements (5):
-
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 (8); see within schema source)
<xs:complexType mixed="true" name="AddressType"> <xs:sequence> <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; 5/5) -
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)
-
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"/> |
-
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.)
Simple Content
XML Source (w/o annotations (1); see within schema source)