DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "AddressType"
Namespace:
Content:
mixed, 3 attributes, 4 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 2 attributes and 4 elements
Used:
XML Representation Summary
<...
    privacy
 = 
(xs:string | ("public" | "restricted" | "private"))
    type
 = 
xs:string
    vcardType
 = 
xs:NMTOKENS
    >
   
Content: 
{text} × (Line*, City?, State?, Postal?)
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A location address. (Note that country is not included in this element)
XML Source (w/o annotations (7); 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="City" type="xs:string"/>
<xs:element minOccurs="0" name="State" type="xs:string"/>
<xs:element minOccurs="0" name="Postal" type="xs:string"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
<xs:attribute name="type" type="xs:string" use="optional"/>
<xs:attribute name="vcardType" type="xs:NMTOKENS" use="optional"/>
</xs:complexType>
Attribute Detail (defined in this component only; 2/3)
type
Type:
xs:string, predefined
Use:
optional
Indicates address type (i.e. home, office, etc.)
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="optional"/>

vcardType
Type:
xs:NMTOKENS, predefined
Use:
optional
Indicates the vCard address type
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="vcardType" type="xs:NMTOKENS" use="optional"/>
Content Element Detail (defined in this component only; 4/4)
City
Type:
xs:string, predefined, simple content
City
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="City" type="xs:string"/>

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"/>

Postal
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="Postal" type="xs:string"/>

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

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set