<xsd:simpleType name="ConfirmationEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Confirmation</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="0">
<xsd:annotation>
<xsd:documentation>Never send confirmation</xsd:documentation>
<xsd:documentation>Deprecated. Use: "Never"</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="1">
<xsd:annotation>
<xsd:documentation>Only send confirmation on error</xsd:documentation>
<xsd:documentation>Deprecated. Use: "OnError"</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="2">
<xsd:annotation>
<xsd:documentation>Always send confirmation</xsd:documentation>
<xsd:documentation>Deprecated. Use: "Always"</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Never">
<xsd:annotation>
<xsd:documentation>Never send confirmation</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OnError">
<xsd:annotation>
<xsd:documentation>Only send confirmation on error</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Always">
<xsd:annotation>
<xsd:documentation>Always send confirmation</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|