<xsd:element name="body">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="xlf:group" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="xlf:trans-unit" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="xlf:bin-unit" />
</xsd:choice>
</xsd:complexType>
</xsd:element>
|