Definition Type: Element
Name: ManagerInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: NewHire.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into ManagerId in schema newhire_xsd Drilldown into ContactInfo in schema newhire_xsd Drilldown into role in schema newhire_xsdXSD Diagram of ManagerInfo in schema newhire_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ManagerInfo" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ContactInfo" type="ContactInfoType" minOccurs="0" />
            <xsd:element name="ManagerId" type="EntityIdType" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="role" type="xsd:string" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContactInfo hr:ContactInfo 0 (1)
ManagerId hr:ManagerId 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
role hr:role (Optional)