https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / ArrayOfUserPosition Complex Type
In This Topic
    ArrayOfUserPosition Complex Type
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Overview
    Sequence
    Sequence
    Position optional xs:string
    Timestamp optional xs:dateTime
    Used By
    Source
    <xs:complexType name="ArrayOfUserPosition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="UserPosition" nillable="true" type="tns:UserPosition" />
      </xs:sequence>
    </xs:complexType>
    See Also