Definition Type Complex Type
Name addressT
Namespace http://mobility.usos.edu.pl
Abstract False
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:complexType name="addressT" >
  <xsd:sequence>
    <xsd:element name="street" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>The 'street' ('streetAddress' in X.500) attribute type contains site information from a postal address (i.e., the street name, place, avenue, and the house number).&quot;</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element name="postalCode" type="xsd:string"/>
    <xsd:element name="localityName" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>The 'localityName' ('localityName' in X.500) attribute type contains names of a locality or place, such as a city, county, or other geographic region.</xsd:documentation>
      </xsd:annotation>

    </xsd:element>

    <xsd:element name="countryName" type="tns:countryCodeT"/>
    <xsd:element minOccurs="0" name="stateOrProvinceName" type="xsd:string"/>
  </xsd:sequence>

</xsd:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
addressT
    tns:address
    tns:correspondenceAddress
    tns:permanentAddress
References
tns:address , tns:correspondenceAddress , tns:permanentAddress
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 - Featuring XSD to VB Code Generation