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