Showing:

Annotations
Diagrams
Instances
Properties
Source
Element DelMonthlyLimit
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Delete recharge monthly limit: request.
Diagram
Diagram Common_xsd_Element_userID.tmp#userID Common_xsd_Element_userIdentifier.tmp#userIdentifier
Properties
content: complex
Model userID | userIdentifier
Children userID, userIdentifier
Instance
<DelMonthlyLimit xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:userID>{1,1}</common:userID>
  <common:userIdentifier>{1,1}</common:userIdentifier>
</DelMonthlyLimit>
Source
<xs:element name="DelMonthlyLimit">
  <xs:annotation>
    <xs:documentation>Delete recharge monthly limit: request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="common:userID"/>
      <xs:element ref="common:userIdentifier"/>
    </xs:choice>
  </xs:complexType>
</xs:element>