http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK / UserMiscCompensationBase.UserRole Simple Type
In This Topic
    UserMiscCompensationBase.UserRole Simple Type
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
    Type
    Restriction of xs:string
    Overview
    UserMiscCompensationBase.UserRole Restriction of xs:string
    Facets
    EnumerationNone
    EnumerationDispatcher
    EnumerationDriver
    Source
    <xs:simpleType name="UserMiscCompensationBase.UserRole" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="None" />
        <xs:enumeration value="Dispatcher" />
        <xs:enumeration value="Driver" />
      </xs:restriction>
    </xs:simpleType>
    See Also