weeksType 複合型
Week 要素の子要素とシーケンス情報を定義します。
<xs:complexType name="weeksType">
<xs:sequence>
<xs:element name="Week"
type="weekType"
minOccurs="0"
maxOccurs="5"
/>
</xs:sequence>
</xs:complexType>
子要素
要素 | Type | 説明 |
---|---|---|
週 | weekType | タスクを実行する週を指定します。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |