<xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>An unique name that identifies the style</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="Description" type="xs:string"><xs:annotation><xs:documentation>A description of the style</xs:documentation></xs:annotation></xs:element>
A flag that indicates whether the style is scalable
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
default
false
Source
<xs:element default="false" minOccurs="0" name="Scalable" type="xs:boolean"><xs:annotation><xs:documentation>A flag that indicates whether the style is scalable</xs:documentation></xs:annotation></xs:element>
<xs:element default="0" minOccurs="0" name="RotationAngle" type="xs:double"><xs:annotation><xs:documentation>The rotation angle around the z-axis</xs:documentation></xs:annotation></xs:element>
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="styleType"><xs:annotation><xs:documentation>Common style related informations</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:actionObjectType"><xs:sequence><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>An unique name that identifies the style</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Description" type="xs:string"><xs:annotation><xs:documentation>A description of the style</xs:documentation></xs:annotation></xs:element><xs:element default="false" minOccurs="0" name="Scalable" type="xs:boolean"><xs:annotation><xs:documentation>A flag that indicates whether the style is scalable</xs:documentation></xs:annotation></xs:element><xs:element default="1.0" minOccurs="0" name="ScaleFactor" type="xs:double"><xs:annotation><xs:documentation>The scale factor applied to the x,y,z axis</xs:documentation></xs:annotation></xs:element><xs:element default="0" minOccurs="0" name="RotationAngle" type="xs:double"><xs:annotation><xs:documentation>The rotation angle around the z-axis</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>