Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelTimeInterval
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Delete time interval from block: request
Diagram
Diagram PBXMessages_xsd_Element_DelTimeInterval.tmp#DelTimeInterval_ID PBXMessages_xsd_Element_DelTimeInterval.tmp#DelTimeInterval_intervalID
Properties
content: complex
Model ID , intervalID+
Children ID, intervalID
Instance
<DelTimeInterval xmlns="http://4psa.com/PBXMessages.xsd/5.2.5">
  <ID>{1,1}</ID>
  <intervalID>{1,unbounded}</intervalID>
</DelTimeInterval>
Source
<xs:element name="DelTimeInterval">
  <xs:annotation>
    <xs:documentation>Delete time interval from block: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ID" type="common:positiveInteger">
        <xs:annotation>
          <xs:documentation>Time interval block ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="intervalID" type="common:positiveInteger" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Time interval ID</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ID
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Time interval block ID
Diagram
Diagram Common_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>Time interval block ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element intervalID
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Time interval ID
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
maxOccurs: unbounded
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="intervalID" type="common:positiveInteger" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Time interval ID</xs:documentation>
  </xs:annotation>
</xs:element>