Definition Type: Element
Name: FamilyName
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PersonName.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into prefix in schema personname_xsd Drilldown into primary in schema personname_xsdXSD Diagram of FamilyName in schema personname_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="FamilyName" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="primary">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:enumeration value="true" />
                            <xsd:enumeration value="false" />
                            <xsd:enumeration value="undefined" />
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute name="prefix" type="xsd:string" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
primary hr:primary (Optional)
prefix hr:prefix (Optional)