Commit 120189e6 authored by Maurizio Iovieno's avatar Maurizio Iovieno Committed by Mark Canterbury
Browse files

Update file TS_103_221_01_Configuration.xsd

parent 687ead9e
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
            <xs:element name="keepaliveEnabled" type="xs:boolean"/>
            <xs:element name="keepaliveTimeP1" type="KeepaliveTimeP1" minOccurs="0"/>
            <xs:element name="keepaliveTimeP2" type="KeepaliveTimeP2" minOccurs="0"/>
        </xs:sequence>
            <xs:element name="keepaliveTimeP3" type="KeepaliveTimeP3" minOccurs="0"/>
    </xs:complexType>
    <xs:simpleType name="Time1RequestTimeout">
        <xs:restriction base="xs:integer">
@@ -44,5 +44,10 @@
            <xs:minInclusive value="1"/>
        </xs:restriction>
    </xs:simpleType>        
    <xs:simpleType name="KeepaliveTimeP3">
        <xs:restriction base="xs:integer">
            <xs:minInclusive value="0"/>
        </xs:restriction>
    </xs:simpleType>        
</xs:schema>
    
 No newline at end of file