2.18.4.1 ST_EditId

Target namespace: http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing

Referenced by: anchorId, editId

This simple type specifies a number value specified as a four-octet (eight-digit) hexadecimal number.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_EditId">
   <xsd:restriction base="xsd:hexBinary">
     <xsd:length value="4"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.11 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).