<xsd:element name="bpt">
<xsd:complexType mixed="true">
<xsd:sequence maxOccurs="unbounded" minOccurs="0">
<xsd:element ref="xlf:sub" />
</xsd:sequence>
<xsd:attribute name="rid" type="xsd:NMTOKEN" use="optional" />
<xsd:attribute name="ctype" type="xlf:AttrType_InlineDelimiters" use="optional" />
<xsd:attribute name="crc" type="xsd:string" use="optional" />
<xsd:attributeGroup ref="xlf:AttrGroup_TextContent" />
</xsd:complexType>
</xsd:element>
|