Definition Type: ComplexType
Name: CarrierData
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EnrollmentTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactInformation in schema enrollmenttypes_xsd Drilldown into IdentificationCode in schema enrollmenttypes_xsd Drilldown into OrganizationName in schema enrollmenttypes_xsdXSD Diagram of CarrierData in schema enrollmenttypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CarrierData">
    <xsd:sequence>
        <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
        <xsd:element name="IdentificationCode" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ContactInformation" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName 0 (1)
IdentificationCode hr:IdentificationCode 0 unbounded
ContactInformation hr:ContactInformation 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:Carrier, hr:Carrier, hr:Carrierhr:HSAVendorType,