tipo complesso monthsType

Definisce gli elementi figlio e le informazioni di sequenziazione per gli elementi Months (mensileDayOfWeekScheduleType) e Mesi (mensileScheduleType).

<xs:complexType name="monthsType">
    <xs:all>
        <xs:element name="January"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="February"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="March"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="April"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="May"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="June"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="July"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="August"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="September"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="October"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="November"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
        <xs:element name="December"
            minOccurs="0"
        >
            <xs:complexType />
        </xs:element>
    </xs:all>
</xs:complexType>

Elementi figlio

Elemento Tipo Descrizione
April N/D Specifica che l'attività viene eseguita in aprile.
Agosto N/D Specifica che l'attività viene eseguita in agosto.
Dicembre N/D Specifica che l'attività viene eseguita in dicembre.
Febbraio N/D Specifica che l'attività viene eseguita a febbraio.
January N/D Specifica che l'attività viene eseguita in gennaio.
Luglio N/D Specifica che l'attività viene eseguita a luglio.
Giugno N/D Specifica che l'attività viene eseguita in giugno.
Marzo N/D Specifica che l'attività viene eseguita in marzo.
Mag N/D Specifica che l'attività viene eseguita in maggio.
Novembre N/D Specifica che l'attività viene eseguita in novembre.
Ottobre N/D Specifica che l'attività viene eseguita in ottobre.
Settembre N/D Specifica che l'attività viene eseguita in settembre.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]

Vedi anche

Tipi complessi dello schema dell'utilità di pianificazione

Utilità di pianificazione