Definition Type: ComplexType
Name: LegalTextType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Text in schema backgroundreports_xsd Drilldown into fontEffects in schema backgroundreports_xsd Drilldown into fontStyle in schema backgroundreports_xsd Drilldown into fontName in schema backgroundreports_xsd Drilldown into fontColor in schema backgroundreports_xsd Drilldown into fontSize in schema backgroundreports_xsd Drilldown into type in schema backgroundreports_xsdXSD Diagram of LegalTextType in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LegalTextType">
    <xsd:sequence>
        <xsd:element name="Text" type="xsd:string" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="type" type="xsd:string" use="optional" />
    <xsd:attribute name="fontSize" type="xsd:decimal" use="optional" />
    <xsd:attribute name="fontColor" type="xsd:string" use="optional" />
    <xsd:attribute name="fontName" type="xsd:string" use="optional" />
    <xsd:attribute name="fontStyle" type="xsd:string" use="optional" />
    <xsd:attribute name="fontEffects" type="xsd:string" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Text hr:Text (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Optional
fontSize hr:fontSize Optional
fontColor hr:fontColor Optional
fontName hr:fontName Optional
fontStyle hr:fontStyle Optional
fontEffects hr:fontEffects Optional
Collapse Derivation Tree:
Collapse References:
hr:LegalText, hr:LegalText