Definition Type: ComplexType
Name: ObjectivesSectionType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ObjectiveResult in schema components_xsd Drilldown into ObjectiveResultGroup in schema components_xsd Drilldown into TimePeriod in schema components_xsd1 Drilldown into SectionSummaryResult in schema components_xsd Drilldown into SectionTitle in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of ObjectivesSectionType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ObjectivesSectionType">
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="SectionTitle" minOccurs="0" />
        <xsd:element ref="SectionSummaryResult" minOccurs="0" />
        <xsd:element ref="oa:TimePeriod" minOccurs="0" />
        <xsd:element ref="ObjectiveResultGroup" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ObjectiveResult" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
SectionTitle nsA:SectionTitle 0 (1)
SectionSummaryResult nsA:SectionSummaryResult 0 (1)
TimePeriod oa:TimePeriod 0 (1)
ObjectiveResultGroup nsA:ObjectiveResultGroup 0 unbounded
ObjectiveResult nsA:ObjectiveResult 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ObjectivesSection