<xsd:element name="count">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="count-type" type="xlf:AttrType_count-type" use="optional" />
<xsd:attribute name="phase-name" type="xsd:string" use="optional" />
<xsd:attribute default="word" name="unit" type="xlf:AttrType_unit" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|