type | restriction of xsd:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:simpleType name="acknowledgeType"> <xsd:annotation> <xsd:documentation>Enumeration of potential message acknowledgement requirements.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="yes"/> <xsd:enumeration value="no"/> <xsd:enumeration value="optional"/> <xsd:enumeration value="positiveOnly"/> <xsd:enumeration value="negativeOnly"/> </xsd:restriction> </xsd:simpleType> |