<xsd:complexType name="portionStructure">
<xsd:annotation>
<xsd:documentation>
<type>Complex</type>
<name>portionStructure</name>
<comment>the type portionStructure specifies the overall content model of the document type that is a portion of another document</comment>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="meta"/>
<xsd:element ref="portionBody"/>
</xsd:sequence>
<xsd:attributeGroup ref="portionAtt"/>
</xsd:complexType> |