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