Namespace: |
|
Content: |
|
Defined: |
globally in PersonData_20_en_dt_restricted.xsd; see XML source |
Includes: |
|
Used: |
at 1 location |
XML Representation Summary | |||||
<... | |||||
type | = |
("postOfficeBoxAddress" | "streetAddress" | "militaryAddress" | "undefined") : "undefined" | |||
> | |||||
|
|||||
</...> |
CountryName (type xs:string), Municipality (type xs:string), |
PostalCode (type xs:string), |
<xs:complexType name="PostalAddressType"> <xs:sequence> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]{2}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:complexType> <xs:sequence> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="postOfficeBoxAddress"/> <xs:enumeration value="streetAddress"/> <xs:enumeration value="militaryAddress"/> <xs:enumeration value="undefined"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |
Type: |
|
Use: |
optional |
enumeration of xs:string |
Enumeration: |
"postOfficeBoxAddress", "streetAddress", "militaryAddress", "undefined" |
Default: |
"undefined" |
Type Derivation Tree xs:string (restriction) ![]() |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
<xs:attribute default="undefined" name="type"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="postOfficeBoxAddress"/> <xs:enumeration value="streetAddress"/> <xs:enumeration value="militaryAddress"/> <xs:enumeration value="undefined"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
Type: |
xs:string |
Pattern: |
[A-Z]{2} |
<xs:element minOccurs="0" name="CountryCode"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]{2}"/> </xs:restriction> </xs:simpleType> </xs:element> |
Type: |
xs:string, predefined, simple content |
<xs:element minOccurs="0" name="CountryName" type="xs:string"/> |
Type: |
anonymous, complex content |
<xs:element minOccurs="0" name="DeliveryAddress"> <xs:complexType> <xs:sequence> </xs:sequence> </xs:complexType> </xs:element> |
Type: |
xs:string, predefined, simple content |
<xs:element minOccurs="0" name="Hamlet" type="xs:string"/> |
Type: |
xs:string, predefined, simple content |
<xs:element minOccurs="0" name="Municipality" type="xs:string"/> |
Type: |
xs:string, predefined, simple content |
<xs:element minOccurs="0" name="MunicipalityNumber" type="xs:string"/> |
Type: |
xs:string, predefined, simple content |
<xs:element minOccurs="0" name="PostalCode" type="xs:string"/> |
Type: |
xs:string, predefined, simple content |
<xs:element maxOccurs="unbounded" minOccurs="0" name="Region" type="xs:string"/> |
Type: |
xs:string, predefined, simple content |
<xs:element minOccurs="0" name="State" type="xs:string"/> |
XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set |