<xs:simpleType name="TriggerCodeType">
<xs:annotation>
<xs:documentation>**>Is Present: Data is present (response only) **>Is Required:Data must be present (request only, but already handled somewhere else) **>WhenSmall:Only return if small. The size can be defined using the Size element of the collection</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="CanBook"/>
<xs:enumeration value="CanPerform"/>
<xs:enumeration value="CanReturn"/>
<xs:enumeration value="Description"/>
<xs:enumeration value="IsNotPresent"/>
<xs:enumeration value="IsPresent"/>
<xs:enumeration value="IsRequired"/>
<xs:enumeration value="StructuredOnly"/>
<xs:enumeration value="WhenSmall"/>
</xs:restriction>
</xs:simpleType> |