Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetServiceProviderDetails
Namespace http://4psa.com/ServiceProviderMessages.xsd/5.2.5
Annotations
Get details service provider data: request
Diagram
Diagram Common_xsd_Element_ID.tmp#ID Common_xsd_Element_identifier.tmp#identifier
Properties
content: complex
nillable: true
Model ID{0,1} | identifier{0,1}
Children ID, identifier
Instance
<GetServiceProviderDetails xmlns="http://4psa.com/ServiceProviderMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{0,1}</common:ID>
  <common:identifier>{0,1}</common:identifier>
</GetServiceProviderDetails>
Source
<xs:element name="GetServiceProviderDetails" nillable="true">
  <xs:annotation>
    <xs:documentation>Get details service provider data: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Either of</xs:documentation>
    </xs:annotation>
    <xs:choice>
      <xs:element ref="common:ID" minOccurs="0"/>
      <xs:element ref="common:identifier" minOccurs="0"/>
    </xs:choice>
  </xs:complexType>
</xs:element>