http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK / CustomerBase.DepartmentBase Complex Type
In This Topic
    CustomerBase.DepartmentBase Complex Type
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
    Overview
    Sequence
    Name optional xs:string
    Used By
    Source
    <xs:complexType name="CustomerBase.DepartmentBase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" name="CustomerID" type="ser:guid" />
        <xs:element minOccurs="0" name="ID" type="ser:guid" />
        <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:complexType>
    See Also