Definition Type: Element
Name: ScheduledFor
Namespace: http://www.adsml.org/adsmlmaterials/2.0
Type: adsml:PeriodType
Containing Schema: AdsMLMaterials-2.0-PublicTypeLibrary-AS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into PreDefinedPeriod in schema adsmlbookings-2_0-publictypelibrary-as_xsd Drilldown into Description in schema adsmltypelibrary-2_0-as_xsd Drilldown into DurationMeasure in schema adsmltypelibrary-2_0-as_xsd Drilldown into EndDateTime in schema adsmltypelibrary-2_0-as_xsd Drilldown into StartDateTime in schema adsmltypelibrary-2_0-as_xsd Drilldown into PeriodType in schema adsmltypelibrary-2_0-as_xsdXSD Diagram of ScheduledFor in schema adsmlmaterials-2_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="ScheduledFor" minOccurs="0">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="adsml:PeriodType">
                <xs:sequence>
                    <xs:element ref="adsml-bo:PreDefinedPeriod" minOccurs="0" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDateTime adsml:StartDateTime 0 (1)
EndDateTime adsml:EndDateTime 0 (1)
DurationMeasure adsml:DurationMeasure 0 (1)
Description adsml:Description 0 (1)
PreDefinedPeriod adsml-bo:PreDefinedPeriod 0 (1)
Collapse Derivation Tree: