Definition Type: ComplexType
Name: DataElementType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: MetricsInterchange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DataElementSubType in schema metricsinterchange_xsd Drilldown into DataValue in schema metricsinterchange_xsd Drilldown into MonetaryValue in schema metricsinterchange_xsd Drilldown into Description in schema metricsinterchange_xsd Drilldown into Id in schema metricsinterchange_xsd Drilldown into type in schema metricsinterchange_xsdXSD Diagram of DataElementType in schema metricsinterchange_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DataElementType">
    <xsd:sequence>
        <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        <xsd:choice>
            <xsd:element name="MonetaryValue" type="MonetaryValueType" />
            <xsd:element name="DataValue" type="xsd:string" />
        </xsd:choice>
        <xsd:element name="DataElementSubType" type="DataElementType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="type" type="xsd:string" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
Description hr:Description 0 (1)
MonetaryValue hr:MonetaryValue (1) (1)
DataValue hr:DataValue (1) (1)
DataElementSubType hr:DataElementSubType 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
Collapse Derivation Tree:
Collapse References:
hr:DataElement, hr:DataElement, hr:DataElementhr:DataElementSubType,