Komplexe Typen von Strukturen
-
Artikel
-
- 2 Minuten Lesedauer
-
Definiert eine Liste von Strukturen, die Indikatorwerte 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 Indikatorwerte enthält.
|
Anforderungen
| Anforderung |
Wert |
Unterstützte Mindestversion (Client)
|
Windows [Nur Vista-Desktop-Apps]
|
Unterstützte Mindestversion (Server)
|
Windows Nur Server [ 2008-Desktop-Apps]
|