<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="FaxOutServiceBaseType">
<xs:sequence>
<xs:element ref="FaxOutServiceCapabilities" minOccurs="0" />
<xs:element ref="FaxOutServiceCapabilitiesReady" minOccurs="0" />
<xs:element ref="FaxOutServiceConfiguration" minOccurs="0" />
<xs:element ref="FaxOutServiceDefaults" minOccurs="0" />
<xs:element ref="FaxOutServiceDescription" />
<xs:element ref="FaxOutServiceStatus" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<!-- FaxOutService - object -->
</xs:complexType>
|