ArrayOfAllowedValue Complex Type
In This Topic
Diagram
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