2.2.5.10 MinorVersionNumberType
The MinorVersionNumberType simple type is used to represent the minor version number as unsigned short values.
-
<xs:simpleType name="MinorVersionNumberType"> <xs:restriction base="xs:unsignedShort"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> </xs:restriction> </xs:simpleType>
The value of MinorVersionNumberType MUST be the value that is listed in the following table.
Value |
Meaning |
---|---|
0 |
In requests, indicates that the protocol client will manage the editors table through PutChanges requests as specified in [MS-FSSHTTPB].
In responses, indicates that the protocol server is not capable of managing the editors table and expects the protocol client to do so through PutChanges requests. |
2 |
In requests, indicates that the protocol client is capable of managing the editors table.
In responses, indicates that the protocol server is capable of managing the editors table. |
3 |
In requests, indicates that the protocol client is capable of performing ResourceID specific behavior.
In responses, indicates that the protocol server is capable of performing ResourceID specific behavior. |