Definition Type Simple Type
Name countryCodeOrIntT
Namespace http://mobility.usos.edu.pl
Documentation Value of countryCodeT or string "int". Used to qualify organization type values implemented by organizationTypeT.
XSD Schema MobilitySchema.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:simpleType name="countryCodeOrIntT" >
  <xsd:annotation>
    <xsd:documentation>Value of countryCodeT or string &quot;int&quot;. Used to qualify organization type values implemented by organizationTypeT.</xsd:documentation>
  </xsd:annotation>

  <xsd:union memberTypes="tns:countryCodeT">
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:pattern value="[iI][nN][tT]"/>
      </xsd:restriction>

    </xsd:simpleType>

  </xsd:union>

</xsd:simpleType>
Derivation Tree
[No Sub Types]
countryCodeOrIntT
    tns:nationalNamespace
References
tns:nationalNamespace
Generated using Liquid XML Studio - FREE Community Edition 7.1.4.1284 by Liquid Technologies Ltd