Definition Type: ComplexType
Name: CarrierType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into OrganizationName in schema fields_xsd Drilldown into OrganizationID in schema fields_xsdXSD Diagram of CarrierType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CarrierType">
    <xsd:sequence>
        <xsd:element ref="OrganizationID" minOccurs="0" />
        <xsd:element ref="OrganizationName" minOccurs="0" />
        <xsd:element ref="Communication" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationID nsA:OrganizationID 0 (1)
OrganizationName nsA:OrganizationName 0 (1)
Communication nsA:Communication 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Carrier