Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelChargingPlan
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Delete charging plans: request.
Diagram
Diagram BillingMessages_xsd_Element_DelChargingPlan.tmp#DelChargingPlan_timeIntervalRemoval Common_xsd_Element_ID.tmp#ID Common_xsd_Element_identifier.tmp#identifier
Properties
content: complex
Model timeIntervalRemoval{0,1} , (ID+ | identifier+)
Children ID, identifier, timeIntervalRemoval
Instance
<DelChargingPlan xmlns="http://4psa.com/BillingMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <timeIntervalRemoval>{0,1}</timeIntervalRemoval>
  <common:ID>{1,unbounded}</common:ID>
  <common:identifier>{1,unbounded}</common:identifier>
</DelChargingPlan>
Source
<xs:element name="DelChargingPlan">
  <xs:annotation>
    <xs:documentation>Delete charging plans: request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="timeIntervalRemoval" type="common:boolean" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Remove also time intervals used by this charging plan</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice>
        <xs:element ref="common:ID" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Charging plan ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="common:identifier" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Charging plan identifier</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element timeIntervalRemoval
Namespace http://4psa.com/BillingMessages.xsd/5.2.5
Annotations
Remove also time intervals used by this charging plan
Diagram
Diagram Common_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="timeIntervalRemoval" type="common:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Remove also time intervals used by this charging plan</xs:documentation>
  </xs:annotation>
</xs:element>