<xs:element name="LayerRef" minOccurs="0"><xs:annotation><xs:documentation>A reference to the Layer of this object</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:string"/><xs:attribute default="false" name="byCode" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether the layer is by code</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element>
<xs:element name="Block"><xs:annotation><xs:documentation>A reference to a Block definition</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element>
It's the station id, it can be referenced by other elements
Source
<xs:element name="Station" type="tps:stationType"><xs:annotation><xs:documentation>The center point of the insert</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:element maxOccurs="unbounded" minOccurs="0" name="Code" type="tps:codeType"><xs:annotation><xs:documentation>Represents the codes of the block insert</xs:documentation></xs:annotation></xs:element>
Complex Type tps:blockInsertType
Namespace
tps
Annotations
A Block insert is made by a reference to a Block definition and a point that tells where to insert it. A Block definition is a sequence of objects, that can contain another Block insert
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="blockInsertType"><xs:annotation><xs:documentation>A Block insert is made by a reference to a Block definition and a point that tells where to insert it. A Block definition is a sequence of objects, that can contain another Block insert</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:actionObjectType"><xs:sequence><xs:element name="LayerRef" minOccurs="0"><xs:annotation><xs:documentation>A reference to the Layer of this object</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:string"/><xs:attribute default="false" name="byCode" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether the layer is by code</xs:documentation></xs:annotation></xs:attribute></xs:complexType></xs:element><xs:element name="Block"><xs:annotation><xs:documentation>A reference to a Block definition</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element><xs:element name="Station" type="tps:stationType"><xs:annotation><xs:documentation>The center point of the insert</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:element maxOccurs="unbounded" minOccurs="0" name="Code" type="tps:codeType"><xs:annotation><xs:documentation>Represents the codes of the block insert</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence><xs:attribute name="csIdRef" type="xs:IDREF"><xs:annotation><xs:documentation>It's a reference to a Coordinate System</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute default="false" name="byCode" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether the layer is by code</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="csIdRef" type="xs:IDREF"><xs:annotation><xs:documentation>It's a reference to a Coordinate System</xs:documentation></xs:annotation></xs:attribute>