3.5.2.2.2.1 ST_ContentTypeId (Content Type ID)
This simple type's contents are a restriction of the XML Schema string datatype.
This simple type also specifies the following restrictions:
This simple type's contents shall match the following regular expression pattern: 0x([0-9A-Fa-f][1-9A-Fa-f]|[1-9A-Fa-f][0-9A-Fa-f]|00[0-9A-Fa-f]{32})*.
This simple type's contents have a maximum length of 1026 characters.
This simple type's contents have a minimum length of 2 characters.
Referenced By
contentTypeSchema@contentTypeID (ยง3.5.2.1.1.1, contentTypeSchema)
The following XML Schema fragment defines the contents of this simple type:
-
<simpleType name="ST_ContentTypeId"> <restriction base="xsd:string"> <pattern value="0x([0-9A-Fa-f][1-9A-Fa-f]|[1-9A-Fa-f][0-9A-Fa-f]|00[0-9A-Fa-f]{32})*"/> <minLength value="2"/> <maxLength value="1026"/> </restriction> </simpleType>