Definition Type: ComplexType
Name: ContactType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into YearsKnown in schema screeningtypes_xsd Drilldown into Relationship in schema screeningtypes_xsd Drilldown into ContactMethod in schema screeningtypes_xsd Drilldown into PositionTitle in schema positionheader_xsd Drilldown into PersonName in schema screeningtypes_xsd Drilldown into type in schema screeningtypes_xsdXSD Diagram of ContactType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ContactType">
    <xsd:sequence>
        <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
        <xsd:element ref="PositionTitle" minOccurs="0" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Relationship" type="xsd:string" minOccurs="0" />
        <xsd:element name="YearsKnown" type="xsd:decimal" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="xsd:string" />
</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
Relationship hr:Relationship 0 (1)
YearsKnown hr:YearsKnown 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
Collapse Derivation Tree:
Collapse References:
hr:Contact, hr:Contact, hr:Contact