simpleType acknowledgeType
type restriction of xsd:string
properties
base xsd:string
used by
attribute acknowledgeElementType/@value
facets
Kind Value Annotation
enumeration yes
enumeration no
enumeration optional
enumeration positiveOnly
enumeration negativeOnly
annotation
documentation
Enumeration of potential message acknowledgement requirements.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy