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_xsd1 Drilldown into EndDateTime in schema components_xsd1 Drilldown into Duration in schema fields_xsd1 Drilldown into StartDateTime in schema components_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of EventType in schema components_xsd1 (HR-XML - Human Resources XML)
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 oa:StartDateTime 0 (1)
Duration oa:Duration 0 (1)
EndDateTime oa:EndDateTime 0 (1)
Description oa:Description 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type oa:type (Optional)
Collapse Derivation Tree:
Collapse References:
oa:Event