http://www.FatTail.com/api
AddressType Simple Type
http://www.FatTail.com/api : AddressType Simple Type
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
AddressType Restriction of xs:string
Facets
EnumerationClient
EnumerationAgency
EnumerationClientContact
EnumerationAgencyContact
Source
<xs:simpleType name="AddressType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Client">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Client pays for the order.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Agency">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Agency pays for the order.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ClientContact" />
    <xs:enumeration value="AgencyContact" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api