Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element ID
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Authorized Caller ID record ID
Diagram
DiagramCommon_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="ID" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Authorized Caller ID record ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element status
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Authorized Caller ID
Diagram
DiagramCommon_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
Facets
whiteSpace collapse
Source
<xs:element name="status" type="common:boolean">
  <xs:annotation>
    <xs:documentation>Authorized Caller ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element recharges
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
The number of recharges
Diagram
DiagramCommon_xsd_Simple_Type_integer.tmp#integer
Type integer
Properties
content: simple
minOccurs: 0
Source
<xs:element name="recharges" type="common:integer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The number of recharges</xs:documentation>
  </xs:annotation>
</xs:element>
Element availableCredit
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Credit left
Diagram
DiagramCommon_xsd_Complex_Type_unlimitedUFloat.tmp#unlimitedUFloat_unlimitedCommon_xsd_Complex_Type_unlimitedUFloat.tmp#unlimitedUFloat
Type unlimitedUFloat
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
unlimited xs:boolean true optional
Source
<xs:element name="availableCredit" type="common:unlimitedUFloat" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Credit left</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type CallerIDList
Namespace http://4psa.com/ExtensionData.xsd/5.2.5
Annotations
Authorized Caller ID list data
Diagram
DiagramExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo_CallerIDExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo_PINExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo_creditExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfo_orderNoExtensionData_xsd_Complex_Type_CallerIDInfo.tmp#CallerIDInfoExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList_IDExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList_statusExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList_rechargesExtensionData_xsd_Complex_Type_CallerIDList.tmp#CallerIDList_availableCreditCommon_xsd_Element_crDate.tmp#crDate
Type extension of CallerIDInfo
Type hierarchy
Used by
Element GetAuthCallerIDResponse/CallerID
Model CallerID , PIN{0,1} , credit{0,1} , orderNo{0,1} , ID , status , recharges{0,1} , availableCredit{0,1} , crDate{0,1}
Children CallerID, ID, PIN, availableCredit, crDate, credit, orderNo, recharges, status
Source
<xs:complexType name="CallerIDList">
  <xs:annotation>
    <xs:documentation>Authorized Caller ID list data</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CallerIDInfo">
      <xs:sequence>
        <xs:element name="ID" type="common:positiveInteger">
          <xs:annotation>
            <xs:documentation>Authorized Caller ID record ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="status" type="common:boolean">
          <xs:annotation>
            <xs:documentation>Authorized Caller ID</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="recharges" type="common:integer" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The number of recharges</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="availableCredit" type="common:unlimitedUFloat" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Credit left</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="common:crDate" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>