dayOfMonthType 単純型
月の日を指定するために使用できる値を定義します。
<xs:simpleType name="dayOfMonthType">
<xs:restriction
base="string"
>
<xs:pattern
value="[1-9]|[1-2][0-9]|3[0-1]|Last"
/>
</xs:restriction>
</xs:simpleType>
パターン
dayOfMonthType 単純型は、次のパターンによって制限される文字列です。
[1-9]|[1-2][0-9]|3[0-1]|Last
月の 1 日から 31 日、または常に月の最後の日を指定します。
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |