Definition Type: ComplexType
Name: FlexibleBucketType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: PlanningSchedule.xsd
Abstract
Documentation:
This Data Type is used to communicate a flexible bucket definition. The value of Identifier can be taken from predefined values such as Day, Week, etc. or it can hold a user defined identifier with a specific time period. In any case the actual time period and Identifier must be used.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into TimePeriod in schema components_xsd Drilldown into Name in schema fields_xsd Drilldown into BucketType in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of FlexibleBucketType in schema planningschedule_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="FlexibleBucketType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">This Data Type is used to communicate a flexible bucket definition. The value of Identifier can be taken from predefined values such as Day, Week, etc. or it can hold a user defined identifier with a specific time period. In any case the actual time period and Identifier must be used.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="BucketType" minOccurs="0" />
        <xsd:element ref="Name" minOccurs="0" />
        <xsd:element ref="TimePeriod" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
BucketType nsA:BucketType 0 (1)
Name nsA:Name 0 (1)
TimePeriod nsA:TimePeriod 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Bucket