<xs:complexType name="BodySetType">
<xs:annotation>
<xs:documentation>The BodySetType represents a container for storing all model bodies.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Body" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Body element is a model body.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of bodies in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |