Definition Type: ComplexType
Name: EventType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd Drilldown into EndDateTime in schema components_xsd Drilldown into Duration in schema fields_xsd Drilldown into StartDateTime in schema components_xsd Drilldown into type in schema components_xsdXSD Diagram of EventType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="EventType">
    <xsd:sequence>
        <xsd:element name="StartDateTime" type="SeparatedDateTimeType" minOccurs="0" />
        <xsd:element ref="Duration" minOccurs="0" />
        <xsd:element name="EndDateTime" type="SeparatedDateTimeType" minOccurs="0" />
        <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="type" type="CodeContentType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDateTime nsA:StartDateTime 0 (1)
Duration nsA:Duration 0 (1)
EndDateTime nsA:EndDateTime 0 (1)
Description nsA:Description 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Event