結構複雜類型
定義包含一或多個計數器值的結構。
<xs:complexType name="struct">
<xs:simpleContent>
<xs:extension
base="xs:string"
>
<xs:attribute name="name"
type="man:CSymbolType"
use="required"
/>
<xs:attribute name="type"
type="man:CSymbolType"
use="required"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
屬性
名称 | 類型 | Description |
---|---|---|
NAME | man:CSymbolType | 結構的名稱。 |
類型 | man:CSymbolType | 識別結構的符號名稱。
CTRPP工具會使用這個名稱來建立結構變數。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |