<xsd:complexType name="CT_Attr">
<xsd:attribute name="uri" type="ST_String">
<xsd:annotation>
<xsd:documentation>Namespace</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="ST_String" use="required">
<xsd:annotation>
<xsd:documentation>Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="val" type="ST_String" use="required">
<xsd:annotation>
<xsd:documentation>Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|