2.28.4.1 ST_STorageType
Target namespace: http://schemas.microsoft.com/office/drawing/2016/11/diagram
Referenced by: CT_NumberDiagramInfo
A simple type that specifies where the auto number is stored.
Value |
Meaning |
---|---|
sibTrans |
Specifies the auto number to be stored in a sibling transition element. |
parTrans |
Specifies the auto number to be stored in a parent transition element. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_STorageType"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="sibTrans"/> <xsd:enumeration value="parTrans"/> </xsd:restriction> </xsd:simpleType>
See section 5.26 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).