weeklyScheduleType Complex Type
- Artikel
-
-
Definiert die untergeordneten Elemente und Sequenzierungsinformationen für das ScheduleByWeek-Element .
<xs:complexType name="weeklyScheduleType">
<xs:all>
<xs:element name="WeeksInterval"
minOccurs="0"
>
<xs:simpleType>
<xs:restriction
base="unsignedByte"
>
<xs:minInclusive
value="1"
/>
<xs:maxInclusive
value="52"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DaysOfWeek"
type="daysOfWeekType"
minOccurs="0"
/>
</xs:all>
</xs:complexType>
Untergeordnete Elemente
Anforderungen
Anforderung |
Wert |
Unterstützte Mindestversion (Client)
|
Windows Vista [nur Desktop-Apps]
|
Unterstützte Mindestversion (Server)
|
Windows Server 2008 [nur Desktop-Apps]
|
Siehe auch
-
Aufgabenplanung