<xsd:element name="context-group">
<xsd:complexType>
<xsd:sequence maxOccurs="unbounded">
<xsd:element ref="xlf:context" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="optional" />
<xsd:attribute name="crc" type="xsd:NMTOKEN" use="optional" />
<xsd:attribute name="purpose" type="xlf:AttrType_purpose" use="optional" />
</xsd:complexType>
</xsd:element>
|