https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / DepartmentColumn Simple Type
In This Topic
    DepartmentColumn Simple Type
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Type
    Restriction of xs:string
    Overview
    DepartmentColumn Restriction of xs:string
    Facets
    EnumerationID
    EnumerationCustomerID
    EnumerationName
    Source
    <xs:simpleType name="DepartmentColumn" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="ID">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1156</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CustomerID">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1157</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Name">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1158</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
    See Also