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