Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element name
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Package name
Diagram
DiagramCommon_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="name" type="common:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Package name</xs:documentation>
  </xs:annotation>
</xs:element>
Element minutes
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Included minutes
Diagram
DiagramCommon_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="minutes" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Included minutes</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ChargingPackage
Namespace http://4psa.com/BillingData.xsd/5.2.5
Annotations
Free minutes package
Diagram
DiagramBillingData_xsd_Complex_Type_ChargingPackage.tmp#ChargingPackage_nameBillingData_xsd_Complex_Type_ChargingPackage.tmp#ChargingPackage_minutes
Used by
Elements AddChargingPackage, EditChargingPackage
Model name{0,1} , minutes{0,1}
Children minutes, name
Source
<xs:complexType name="ChargingPackage">
  <xs:annotation>
    <xs:documentation>Free minutes package</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="common:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Package name</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="minutes" type="common:integer" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Included minutes</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>