Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema Countries.xsd
Namespace http://www.buckeyemountain.com/xml-schemas/TrailerBillingRepairs
Properties
attribute form default unqualified
element form default qualified
Simple Type Country
Namespace http://www.buckeyemountain.com/xml-schemas/TrailerBillingRepairs
Annotations
Represents a country where an organization is located, a product is manufatured, or a service is performed. This definition enumerates common trade countries.
Diagram
Type restriction of xs:string
Facets
enumeration US
enumeration CA
enumeration MX
Used by
Source
<xs:simpleType name="Country">
  <xs:annotation>
    <xs:documentation>Represents a country where an organization is located, a product is manufatured, or a service is performed. This definition enumerates common trade countries.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="US"/>
    <xs:enumeration value="CA"/>
    <xs:enumeration value="MX"/>
  </xs:restriction>
</xs:simpleType>