<xs:complexType name="LayerSetType">
<xs:sequence>
<xs:element ref="Layer" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The Layer element defines the model layer with associated model entities stored in the direct references.</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 layers in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |