Definition Type: ComplexType
Name: LegalNoticeType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Content in schema fields_xsd Drilldown into fontStyle in schema components_xsd Drilldown into fontName in schema components_xsd Drilldown into fontColor in schema components_xsd Drilldown into fontSize in schema components_xsd Drilldown into typeCode in schema components_xsdXSD Diagram of LegalNoticeType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LegalNoticeType">
    <xsd:sequence>
        <xsd:element ref="Content" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
    <xsd:attribute name="fontSize" type="oa:NormalizedStringType" />
    <xsd:attribute name="fontColor" type="oa:NormalizedStringType" />
    <xsd:attribute name="fontName" type="oa:NormalizedStringType" />
    <xsd:attribute name="fontStyle" type="oa:NormalizedStringType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Content nsA:Content (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
typeCode nsA:typeCode (Optional)
fontSize nsA:fontSize (Optional)
fontColor nsA:fontColor (Optional)
fontName nsA:fontName (Optional)
fontStyle nsA:fontStyle (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:LegalNotice