Commit 6aebc465 authored by Maurizio Iovieno's avatar Maurizio Iovieno Committed by Mark Canterbury
Browse files

Update file TS_103_221_01_Configuration.xsd

parent d22ffa00
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
    <xs:complexType name="X1KeepaliveDetails">
        <xs:sequence>
            <xs:element name="keepaliveEnabled" type="xs:boolean"/>
            <xs:element name="keepaliveTIMEP1" type="KeepaliveTIMEP1" minOccurs="0"/>
            <xs:element name="keepaliveTIMEP2" type="KeepaliveTIMEP2" minOccurs="0"/>
            <xs:element name="keepaliveTimeP1" type="KeepaliveTimeP1" minOccurs="0"/>
            <xs:element name="keepaliveTimeP2" type="KeepaliveTimeP2" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="Time1RequestTimeout">
@@ -33,12 +33,12 @@
            <xs:minInclusive value="2"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="KeepaliveTIMEP1">
    <xs:simpleType name="KeepaliveTimeP1">
        <xs:restriction base="xs:integer">
            <xs:minInclusive value="1"/>
        </xs:restriction>
    </xs:simpleType>
    <xs:simpleType name="KeepaliveTIMEP2">
    <xs:simpleType name="KeepaliveTimeP2">
        <xs:restriction base="xs:integer">
            <xs:minInclusive value="1"/>
        </xs:restriction>