Definition Type: Element
Name: StringValue
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: CompetencyTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into description in schema competencytypes_xsd Drilldown into maxValue in schema competencytypes_xsd Drilldown into minValue in schema competencytypes_xsdXSD Diagram of StringValue in schema competencytypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="StringValue">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="minValue" type="xsd:string" />
                <xsd:attribute name="maxValue" type="xsd:string" />
                <xsd:attribute name="description" type="xsd:string" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
minValue hr:minValue (Optional)
maxValue hr:maxValue (Optional)
description hr:description (Optional)