<xs:simpleType name="TargetCodeType">
<xs:annotation>
<xs:documentation>The target for a message : The actual target may be actually provided by an IP address. In any case, a test message should never lead to a billing and test bookings should be deleted (hopefully automatically) by the host.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Prod">
<xs:annotation>
<xs:documentation xml:lang="EN">production environment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Training">
<xs:annotation>
<xs:documentation xml:lang="EN">Acceptance test, practice training or pre-production environment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Test">
<xs:annotation>
<xs:documentation xml:lang="EN">Test or development environment</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |