Definition Type: ComplexType
Name: CT_DataBar
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into color in schema sml-sheet_xsd Drilldown into cfvo in schema sml-sheet_xsd Drilldown into showValue in schema sml-sheet_xsd Drilldown into maxLength in schema sml-sheet_xsd Drilldown into minLength in schema sml-sheet_xsdXSD Diagram of CT_DataBar in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_DataBar">
    <xsd:sequence>
        <xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="2">
            <xsd:annotation>
                <xsd:documentation>Conditional Format Value Object</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="color" type="CT_Color" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Data Bar Color</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="minLength" type="xsd:unsignedInt" use="optional" default="10">
        <xsd:annotation>
            <xsd:documentation>Minimum Length</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="maxLength" type="xsd:unsignedInt" use="optional" default="90">
        <xsd:annotation>
            <xsd:documentation>Maximum Length</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="showValue" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Show Values</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cfvo nsM:cfvo 2 2
color nsM:color 1 1
Collapse Child Attributes:
Name Type Default Value Use
minLength nsM:minLength 10 Optional
maxLength nsM:maxLength 90 Optional
showValue nsM:showValue true Optional
Collapse Derivation Tree:
Collapse References:
nsM:dataBar