2.5.4.2 ST_SdtAppearance

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

Referenced by: CT_SdtAppearance

The ST_SdtAppearance simple type<40> specifies the appearance of a structured document tag (as specified in [ISO/IEC29500-1:2016] section 17.5.2)

Value

Meaning

boundingBox

Specifies that the region encompassed by a structured document is outlined or shaded when visual indication of the structured document tag is needed. Any UI specific to a particular structured document tag is visible when needed.

tags

Specifies that the physical characters that delimit the start and end of the structured document tag are visible as well as any UI specific to a particular structured document tag.

hidden

Specifies that there is no visual indication of the structured document tag.

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

 <xsd:simpleType name="ST_SdtAppearance">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="boundingBox"/>
     <xsd:enumeration value="tags"/>
     <xsd:enumeration value="hidden"/>
   </xsd:restriction>
 </xsd:simpleType>

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