2.3.2.4.3 ST_ReferenceType

Target namespace: http://schemas.microsoft.com/client/2009/11

Referenced by: CT_Border, CT_AccTextBox, CT_AccButton, CT_AccComboBox, CT_AccCheckBox, CT_AccListBox, CT_AccLabel, CT_AccAttachment, CT_AccImage, CT_AccSubForm, CT_AccNavigationControl, CT_AccNavigationButton, CT_AccTabControl, CT_TabItem, CT_AccWebBrowser, CT_Section, CT_Form, CT_AccDSTextBox, CT_AccDSLabel, CT_AccDSAttachment, CT_AccDSComboBox, CT_AccDSCheckBox

A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the Style to be used by the control. The value of this attribute MUST conform to the following ABNF [RFC4234] grammar:

 Value = "{StaticResource " Key "}"
 Key = 1*(ASCII-ALL)

<ASCII-ALL> is specified in [MS-OSHARED] section 2.1.

Key specifies the unique identifier of the Style.

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

 <xs:simpleType name="ST_ReferenceType">
   <xs:restriction base="xs:string">
     <xs:pattern value="\{StaticResource .*\}"/>
   </xs:restriction>
 </xs:simpleType>

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