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