<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>
|