2.3.6.1.3.1 ContentTypeId

This simple type specifies restriction for specifying a content type identifier for a document.

Referenced by: contentTypeSchema.SchemaForContentType@contentTypeID

<xsd:simpleType name="ContentTypeId">

  <xsd:restriction base="xsd:string">

    <xsd: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})*"/>

    <xsd:minLength value="2"/>

    <xsd:maxLength value="1026"/>

  </xsd:restriction>

</xsd:simpleType>