Definition Type: ComplexType
Name: CT_Sources
Namespace: http://schemas.openxmlformats.org/officeDocument/2006/bibliography
Containing Schema: shared-bibliography.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Source in schema shared-bibliography_xsd Drilldown into URI in schema shared-bibliography_xsd Drilldown into StyleName in schema shared-bibliography_xsd Drilldown into SelectedStyle in schema shared-bibliography_xsdXSD Diagram of CT_Sources in schema shared-bibliography_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Sources">
    <xsd:sequence>
        <xsd:element name="Source" type="CT_SourceType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Source</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="SelectedStyle" type="ST_String255">
        <xsd:annotation>
            <xsd:documentation>Selected Style</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="StyleName" type="ST_String255">
        <xsd:annotation>
            <xsd:documentation>Documentation Style Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="URI" type="ST_String255">
        <xsd:annotation>
            <xsd:documentation>Uniform Resource Identifier</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Source nsH:Source 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
SelectedStyle nsH:SelectedStyle (Optional)
StyleName nsH:StyleName (Optional)
URI nsH:URI (Optional)
Collapse Derivation Tree:
Collapse References:
nsH:Sources