Showing:

Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element AddressRecord / Address1
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextTypee-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType_lange-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType
Type NormalTextLangType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:element minOccurs="0" name="Address1" type="NormalTextLangType"/>
Element AddressRecord / Address2
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextTypee-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType_lange-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType
Type NormalTextLangType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:element minOccurs="0" name="Address2" type="NormalTextLangType"/>
Element AddressRecord / City
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextTypee-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType_lange-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType
Type NormalTextLangType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:element minOccurs="0" name="City" type="NormalTextLangType"/>
Element AddressRecord / PostalCode
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_PostalCodeType.tmp#PostalCodeType
Type PostalCodeType
Properties
content simple
minOccurs 0
Facets
maxLength 32
Source
<xs:element minOccurs="0" name="PostalCode" type="PostalCodeType"/>
Element AddressRecord / County
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextTypee-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType_lange-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType
Type NormalTextLangType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:element minOccurs="0" name="County" type="NormalTextLangType"/>
Element AddressRecord / Country
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextTypee-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType_lange-document-3_1_10_xsd_Complex_Type_NormalTextLangType.tmp#NormalTextLangType
Type NormalTextLangType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:element minOccurs="0" name="Country" type="NormalTextLangType"/>
Element AddressRecord / CountryCode
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_CountryCodeType.tmp#CountryCodeType
Type CountryCodeType
Properties
content simple
minOccurs 0
Facets
minLength 2
maxLength 2
pattern [a-z]{2,2}|[A-Z]{2,2}
Source
<xs:element minOccurs="0" name="CountryCode" type="CountryCodeType"/>
Complex Type AddressRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_AddressRecord.tmp#AddressRecord_Address1e-document-3_1_10_xsd_Complex_Type_AddressRecord.tmp#AddressRecord_Address2e-document-3_1_10_xsd_Complex_Type_AddressRecord.tmp#AddressRecord_Citye-document-3_1_10_xsd_Complex_Type_AddressRecord.tmp#AddressRecord_PostalCodee-document-3_1_10_xsd_Complex_Type_AddressRecord.tmp#AddressRecord_Countye-document-3_1_10_xsd_Complex_Type_AddressRecord.tmp#AddressRecord_Countrye-document-3_1_10_xsd_Complex_Type_AddressRecord.tmp#AddressRecord_CountryCode
Used by
Model
Children Address1, Address2, City, Country, CountryCode, County, PostalCode
Source
<xs:complexType name="AddressRecord">
  <xs:sequence>
    <xs:element minOccurs="0" name="Address1" type="NormalTextLangType"/>
    <xs:element minOccurs="0" name="Address2" type="NormalTextLangType"/>
    <xs:element minOccurs="0" name="City" type="NormalTextLangType"/>
    <xs:element minOccurs="0" name="PostalCode" type="PostalCodeType"/>
    <xs:element minOccurs="0" name="County" type="NormalTextLangType"/>
    <xs:element minOccurs="0" name="Country" type="NormalTextLangType"/>
    <xs:element minOccurs="0" name="CountryCode" type="CountryCodeType"/>
  </xs:sequence>
</xs:complexType>