Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetServiceProviders
Namespace http://4psa.com/ServiceProviderMessages.xsd/5.2.5
Annotations
Get service providers: request
Diagram
Diagram AccountData_xsd_Element_templateID.tmp#templateID AccountData_xsd_Element_serverID.tmp#serverID Common_xsd_Element_filter.tmp#filter Common_xsd_Element_scope.tmp#scope AccountData_xsd_Element_parentID.tmp#parentID AccountData_xsd_Element_parentIdentifier.tmp#parentIdentifier
Properties
content: complex
Model templateID{0,1} , serverID{0,1} , filter{0,1} , scope{0,1} , (parentID{0,1} | parentIdentifier{0,1})
Children filter, parentID, parentIdentifier, scope, serverID, templateID
Instance
<GetServiceProviders xmlns="http://4psa.com/ServiceProviderMessages.xsd/5.2.5" xmlns:accountData="http://4psa.com/AccountData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <accountData:templateID>{0,1}</accountData:templateID>
  <accountData:serverID>{0,1}</accountData:serverID>
  <common:filter>{0,1}</common:filter>
  <common:scope>{0,1}</common:scope>
  <accountData:parentID>{0,1}</accountData:parentID>
  <accountData:parentIdentifier>{0,1}</accountData:parentIdentifier>
</GetServiceProviders>
Source
<xs:element name="GetServiceProviders">
  <xs:annotation>
    <xs:documentation>Get service providers: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Either of</xs:documentation>
    </xs:annotation>
    <xs:sequence minOccurs="0">
      <xs:element ref="accountData:templateID" minOccurs="0"/>
      <xs:element ref="accountData:serverID" minOccurs="0"/>
      <xs:element ref="common:filter" minOccurs="0"/>
      <xs:element ref="common:scope" minOccurs="0"/>
      <xs:choice minOccurs="0">
        <xs:element ref="accountData:parentID" minOccurs="0"/>
        <xs:element ref="accountData:parentIdentifier" minOccurs="0"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>