Definition Type: ComplexType
Name: FormattedNameType
Namespace: http://www.hr-xml.org/3
Type: oa:TextType
Containing Schema: Fields.xsd
Abstract
Documentation:
This is a formatted presentation of a name (for example, a person name) that might alternatively presented as discretely fielded components or it could otherwise be a name that has alternative formatted representations. The formatCode is an optional attribute available to specify the applicable "mask" or type of format presentation to which the contents conforms. For example, in the case of the FormattedName of person formatCodes could be items such as: "Family Name, Given Name" "Given Name, Middle Initial, Family Name" "First Initial, Family Name" "Given Name, Last Initial" "Nick Name, Family Name"
Collapse XSD Schema Diagram:
Drilldown into languageID in schema unqualifieddatatypes_xsd Drilldown into TextType in schema unqualifieddatatypes_xsd Drilldown into TextType in schema fields_xsd1 Drilldown into formatCode in schema fields_xsdXSD Diagram of FormattedNameType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="FormattedNameType">
    <xsd:annotation>
        <xsd:documentation>This is a formatted presentation of a name 
	(for example, a person name) that might alternatively 
	presented as discretely fielded components or it could otherwise be a name that
	has alternative formatted representations. 
	
	The formatCode is an optional attribute available to specify the applicable "mask" or 
	type of format presentation to which the contents conforms. For example, in the 
	case of the FormattedName of person formatCodes could be items such as:
  "Family Name, Given Name"	
  "Given Name, Middle Initial, Family Name"
  "First Initial, Family Name"
  "Given Name, Last Initial"
  "Nick Name, Family Name" 	
	</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="oa:TextType">
            <xsd:attribute name="formatCode" type="oa:NormalizedStringType" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
languageID udt:languageID Optional
formatCode nsA:formatCode (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:FormattedName, nsA:LegalName