<xsd:element name="ExtendedAttribute" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="AttributeID" type="xsd:long" use="required" /> <xsd:attribute name="count" type="xsd:integer" use="optional" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element>