complexType AddressType
diagram index_p16.png
children StreetName StreetNumber Building CityName CityCode State Country Phone Fax Email Homepage
used by
element CompanyType/Address
source <xs:complexType name="AddressType">
 
<xs:sequence>
   
<xs:element name="StreetName" type="Text256Type" minOccurs="0"/>
   
<xs:element name="StreetNumber" type="Text32Type" minOccurs="0"/>
   
<xs:element name="Building" type="Text256Type" minOccurs="0"/>
   
<xs:element name="CityName" type="Text256Type" minOccurs="0"/>
   
<xs:element name="CityCode" type="Text32Type" minOccurs="0"/>
   
<xs:element name="State" type="Text256Type" minOccurs="0"/>
   
<xs:element name="Country" type="ISOCountryCodeType"/>
   
<xs:element name="Phone" type="Text256Type" minOccurs="0"/>
   
<xs:element name="Fax" type="Text64Type" minOccurs="0"/>
   
<xs:element name="Email" type="EmailAddressType" minOccurs="0"/>
   
<xs:element name="Homepage" type="xs:anyURI" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element AddressType/StreetName
diagram index_p17.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="StreetName" type="Text256Type" minOccurs="0"/>

element AddressType/StreetNumber
diagram index_p18.png
type Text32Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 32
source <xs:element name="StreetNumber" type="Text32Type" minOccurs="0"/>

element AddressType/Building
diagram index_p19.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="Building" type="Text256Type" minOccurs="0"/>

element AddressType/CityName
diagram index_p20.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="CityName" type="Text256Type" minOccurs="0"/>

element AddressType/CityCode
diagram index_p21.png
type Text32Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 32
source <xs:element name="CityCode" type="Text32Type" minOccurs="0"/>

element AddressType/State
diagram index_p22.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="State" type="Text256Type" minOccurs="0"/>

element AddressType/Country
diagram index_p23.png
type ISOCountryCodeType
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
source <xs:element name="Country" type="ISOCountryCodeType"/>

element AddressType/Phone
diagram index_p24.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="Phone" type="Text256Type" minOccurs="0"/>

element AddressType/Fax
diagram index_p25.png
type Text64Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 64
source <xs:element name="Fax" type="Text64Type" minOccurs="0"/>

element AddressType/Email
diagram index_p26.png
type EmailAddressType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [_\-a-zA-Z0-9\.\+]+@[a-zA-Z0-9](\.?[\-a-zA-Z0-9]*[a-zA-Z0-9])*
source <xs:element name="Email" type="EmailAddressType" minOccurs="0"/>

element AddressType/Homepage
diagram index_p27.png
type xs:anyURI
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Homepage" type="xs:anyURI" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy