Showing:

Annotations
Diagrams
Instances
Properties
Source
Element DelServiceProvider
Namespace http://4psa.com/ServiceProviderMessages.xsd/5.2.5
Annotations
Delete service provider: 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
<DelServiceProvider xmlns="http://4psa.com/ServiceProviderMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{1,unbounded}</common:ID>
  <common:identifier>{1,unbounded}</common:identifier>
</DelServiceProvider>
Source
<xs:element name="DelServiceProvider">
  <xs:annotation>
    <xs:documentation>Delete service provider: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="common:ID" maxOccurs="unbounded"/>
      <xs:element ref="common:identifier" maxOccurs="unbounded"/>
    </xs:choice>
  </xs:complexType>
</xs:element>