Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element type
Namespace http://4psa.com/PBXData.xsd/5.2.5
Annotations
The available values for the matching algorithm values are: 'day',
'interval'. Default value: interval.
Diagram
Diagram
Type restriction of xs:string
Properties
content: simple
default: interval
Facets
enumeration interval
enumeration day
Used by
Elements AddTimeIntervalBlock, EditTimeIntervalBlock, GetTimeIntervalsResponse
Source
<xs:element name="type" default="interval">
  <xs:annotation>
    <xs:documentation>The available values for the matching algorithm values are: 'day',
				'interval'. Default value: interval.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="interval"/>
      <xs:enumeration value="day"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>