结构复杂类型
定义包含一个或多个计数器值的结构。
<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>
属性
名称 | 类型 | 说明 |
---|---|---|
name | man:CSymbolType | 结构的名称。 |
type | man:CSymbolType | 标识结构的符号名称。
CTRPP 工具会创建一个具有此名称的结构变量,你可以使用该名称。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |