<xsd:complexType name="CT_MetadataBlocks">
3261 <xsd:sequence>
3262 <xsd:element name="bk" type="CT_MetadataBlock" minOccurs="1" maxOccurs="unbounded"/>
3263 </xsd:sequence>
3264 <xsd:attribute name="count" type="xsd:unsignedInt" use="optional" default="0"/>
3265 </xsd:complexType>
3266 <xsd:complexType name="CT_MetadataBlock">
3267 <xsd:sequence>
3268 <xsd:element name="rc" type="CT_MetadataRecord" minOccurs="1" maxOccurs="unbounded"/>
3269 </xsd:sequence>
3270 </xsd:complexType>
3271 <xsd:complexType name="CT_MetadataRecord">
3272 <xsd:attribute name="t" type="xsd:unsignedInt" use="required"/>
3273 <xsd:attribute name="v" type="xsd:unsignedInt" use="required"/>
3274 </xsd:complexType>
-----------------------------------------
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.81.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://schemas.openxmlformats.org/spreadsheetml/2006/main")]
public partial class CT_MetadataBlocks {
/// <remarks/>
[System.Xml.Serialization.XmlArrayItemAttribute("rc", typeof(CT_MetadataRecord), IsNullable = false)]
public CT_MetadataRecord[][] bk;
/// <remarks/>
[System.Xml.Serialization.XmlAttributeAttribute()]
[System.ComponentModel.DefaultValueAttribute(typeof(uint), "0")]
public uint count;
public CT_MetadataBlocks() {
this.count = ((uint)(0));
}
}
project discovery developer