<xsd:element name="context">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="context-type" type="xlf:AttrType_context-type" use="required" />
<xsd:attribute default="no" name="match-mandatory" type="xlf:AttrType_YesNo" use="optional" />
<xsd:attribute name="crc" type="xsd:NMTOKEN" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|