http://exchangenetwork.net/schemas/owwqx/1.0
simpleType ResultStatusTextDataType

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://exchangenetwork.net/schemas/owwqx/1.0}ResultStatusTextDataType (restriction)

Properties
This component is not nillable.

Model

('Accepted' | 'Validated' | 'Rejected' | 'Preliminary' | 'Final' | '')maximum length: 12


Source
<xsd:simpleType name="ResultStatusTextDataType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="12"/>
<xsd:enumeration value="Accepted"/>
<xsd:enumeration value="Validated"/>
<xsd:enumeration value="Rejected"/>
<xsd:enumeration value="Preliminary"/>
<xsd:enumeration value="Final"/>
<xsd:enumeration value=""/>
</xsd:restriction>
</xsd:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.