Definition Type: ComplexType
Name: LicenseType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Screenings.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EffectiveDate in schema screenings_xsd Drilldown into LicenseDescription in schema screenings_xsd Drilldown into LicenseName in schema screenings_xsd Drilldown into LicensingAgency in schema screenings_xsd Drilldown into LicenseNumber in schema screenings_xsdXSD Diagram of LicenseType in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LicenseType">
    <xsd:sequence>
        <xsd:element name="LicenseNumber" type="xsd:string" />
        <xsd:element name="LicensingAgency" type="xsd:string" />
        <xsd:element name="LicenseName" type="LicenseNameType" minOccurs="0" />
        <xsd:element name="LicenseDescription" type="xsd:string" minOccurs="0" />
        <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LicenseNumber hr:LicenseNumber (1) (1)
LicensingAgency hr:LicensingAgency (1) (1)
LicenseName hr:LicenseName 0 (1)
LicenseDescription hr:LicenseDescription 0 (1)
EffectiveDate hr:EffectiveDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:License, hr:License