The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:element name="ExplodedView" type="ExplodedViewType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each ExplodedView element defines an exploded view.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of exploded views in this set.
Source
<xs:complexType name="ExplodedViewSetType"><xs:annotation><xs:documentation>The ExplodedViewSetType defines a collection of exploded views.</xs:documentation></xs:annotation><xs:sequence><xs:element name="ExplodedView" type="ExplodedViewType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each ExplodedView element defines an exploded view.</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 exploded views in this set.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of exploded views in this set.</xs:documentation></xs:annotation></xs:attribute>