Definition Type: ComplexType
Name: ObjectiveBaseType
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 Metric in schema components_xsd Drilldown into TimePeriod in schema components_xsd1 Drilldown into Weight in schema fields_xsd Drilldown into TypeCode in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into ObjectiveName in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of ObjectiveBaseType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ObjectiveBaseType">
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="ObjectiveName" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Weight" minOccurs="0" />
        <xsd:element ref="oa:TimePeriod" minOccurs="0" />
        <xsd:element ref="Metric" 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)
ObjectiveName nsA:ObjectiveName 0 (1)
Description oa:Description 0 unbounded
TypeCode nsA:TypeCode 0 unbounded
Weight nsA:Weight 0 (1)
TimePeriod oa:TimePeriod 0 (1)
Metric nsA:Metric 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ObjectiveGroupType, nsA:ObjectiveType