Showing:

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