<xs:element name="Mode" type="DisplayStyleModeType"><xs:annotation><xs:documentation>The Mode element is the default displaying style.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of elements in this set.
Source
<xs:element name="DisplayStyleGroups" type="DisplayStyleGroupsType" minOccurs="0"><xs:annotation><xs:documentation>The optional DisplayStyleGroups element is groups of elements with defined displaying style.</xs:documentation></xs:annotation></xs:element>
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="DisplayStyleType"><xs:annotation><xs:documentation>The DisplayStyleType defines a display style of saved view elements, such as color, transparency and visualization form.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="NodeWithIdBaseType"><xs:sequence><xs:element name="Mode" type="DisplayStyleModeType"><xs:annotation><xs:documentation>The Mode element is the default displaying style.</xs:documentation></xs:annotation></xs:element><xs:element name="DisplayStyleGroups" type="DisplayStyleGroupsType" minOccurs="0"><xs:annotation><xs:documentation>The optional DisplayStyleGroups element is groups of elements with defined displaying style.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>