Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelClientRequest
Namespace http://4psa.com/ClientMessages.xsd/1.5
Annotations
Delete clients request.
Diagram
Diagram ClientMessages_xsd_Element_DelClientRequest.tmp#DelClientRequest_clientId
Properties
content: complex
Model clientId+
Children clientId
Instance
<DelClientRequest xmlns="http://4psa.com/ClientMessages.xsd/1.5">
  <clientId>{1,unbounded}</clientId>
</DelClientRequest>
Source
<xs:element name="DelClientRequest">
  <xs:annotation>
    <xs:documentation>Delete clients request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="clientId" type="common:idType" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element clientId
Namespace http://4psa.com/ClientMessages.xsd/1.5
Diagram
Diagram Common_xsd_Simple_Type_idType.tmp#idType
Type idType
Properties
content: simple
maxOccurs: unbounded
Facets
whiteSpace collapse
Source
<xs:element name="clientId" type="common:idType" maxOccurs="unbounded"/>