<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="FaxOutServiceElementNamesWKV">
<xs:restriction base="xs:string">
<xs:maxLength value="255" />
<xs:whiteSpace value="preserve" />
<xs:enumeration value="DefaultFaxOutJobTicket" />
<xs:enumeration value="FaxOutServiceCapabilities" />
<xs:enumeration value="FaxOutServiceCapabilitiesReady" />
<xs:enumeration value="FaxOutServiceConfiguration" />
<xs:enumeration value="FaxOutServiceDescription" />
<xs:enumeration value="FaxOutServiceStatus" />
<xs:enumeration value="FaxOutServiceCounters" />
</xs:restriction>
</xs:simpleType>
|