Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetServiceProviderPL
Namespace http://4psa.com/ServiceProviderMessages.xsd/5.2.5
Annotations
Get service provider preferences and limits: request
Diagram
Diagram Common_xsd_Element_ID.tmp#ID Common_xsd_Element_identifier.tmp#identifier
Properties
content: complex
Model ID | identifier
Children ID, identifier
Instance
<GetServiceProviderPL xmlns="http://4psa.com/ServiceProviderMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{1,1}</common:ID>
  <common:identifier>{1,1}</common:identifier>
</GetServiceProviderPL>
Source
<xs:element name="GetServiceProviderPL">
  <xs:annotation>
    <xs:documentation>Get service provider preferences and limits: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="common:ID" maxOccurs="1"/>
      <xs:element ref="common:identifier" maxOccurs="1"/>
    </xs:choice>
  </xs:complexType>
</xs:element>