https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / ArrayOfAllowedValue Complex Type
In This Topic
    ArrayOfAllowedValue Complex Type
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    Description Element Code Element Sequence AllowedValue Element Sequence ArrayOfAllowedValue Complex Type
    Overview
    Sequence
    Sequence
    Code optional xs:string
    The code for this value. If the data for the value does not have codes associated with it, this element is not passed.
    Description optional xs:string
    The description for this value. If the data for the value does not have descriptions associated with it, this element is not passed.
    Used By
    Source
    <xs:complexType name="ArrayOfAllowedValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="AllowedValue" nillable="true" type="tns:AllowedValue" />
      </xs:sequence>
    </xs:complexType>
    See Also