Definition Type: ComplexType
Name: ReferenceType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema sharedstaffingmodules_xsd Drilldown into ContactMethod in schema sharedstaffingmodules_xsd Drilldown into PositionTitle in schema sharedstaffingmodules_xsd Drilldown into PersonName in schema sharedstaffingmodules_xsd Drilldown into type in schema sharedstaffingmodules_xsdXSD Diagram of ReferenceType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReferenceType">
    <xsd:sequence>
        <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
        <xsd:element name="PositionTitle" type="xsd:string" minOccurs="0" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="ReferenceTypes" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName 0 (1)
PositionTitle hr:PositionTitle 0 (1)
ContactMethod hr:ContactMethod 0 unbounded
Comments hr:Comments 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Reference