Strukturen Komplexer Typ
- Artikel
-
-
Definiert eine Liste von Strukturen, die Indikatorenwerte enthalten.
<xs:complexType name="structs">
<xs:choice
minOccurs="1"
maxOccurs="unbounded"
>
<xs:element name="struct"
type="man:struct"
/>
</xs:choice>
</xs:complexType>
Untergeordnete Elemente
Element |
type |
BESCHREIBUNG |
struct |
man:struct |
Der Name einer Struktur, die Indikatorenwerte enthält.
|
Anforderungen
Anforderung |
Wert |
Unterstützte Mindestversion (Client)
|
Windows Vista [nur Desktop-Apps]
|
Unterstützte Mindestversion (Server)
|
Windows Server 2008 [nur Desktop-Apps]
|