Condividi tramite


Tipo complesso struct

Definisce una struttura che contiene uno o più valori del contatore.

<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>

Attributi

Nome Tipo Descrizione
name man:CSymbolType Nome della struttura.
tipo man:CSymbolType Nome simbolico che identifica la struttura. Lo strumento CTRPP crea una variabile struct con questo nome che è possibile usare.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]