Definition Type: ComplexType
Name: DefinitionStatementType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A single definition statement for a competency. A statement may be grouped with related statements or be listed on its own.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into StatementText in schema fields_xsd Drilldown into StatementName in schema fields_xsd Drilldown into StatementTypeCode in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of DefinitionStatementType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DefinitionStatementType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A single definition statement for a competency.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A statement may be grouped with related statements or be listed on its own.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="StatementTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="StatementName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="StatementText" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
StatementTypeCode nsA:StatementTypeCode 0 unbounded
StatementName nsA:StatementName 0 unbounded
StatementText nsA:StatementText 0 unbounded
UserArea nsA:UserArea 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:DefinitionStatement