Definition Type: ComplexType
Name: AppointmentType
Namespace: http://www.openapplications.org/oagis/9
Type: oa:AppointmentBaseType
Containing Schema: CRMComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into Location in schema components_xsd1 Drilldown into DateTime in schema fields_xsd1 Drilldown into AppointmentBaseType in schema crmcomponents_xsdXSD Diagram of AppointmentType in schema crmcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AppointmentType">
    <xsd:complexContent>
        <xsd:extension base="AppointmentBaseType">
            <xsd:sequence>
                <xsd:element ref="UserArea" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateTime oa:DateTime 0 (1)
Location oa:Location 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
UserArea oa:UserArea 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Appointment