ARCHLine.XP XML Schema file called "xmlExport.xsd" can be found in C:\ProgramData\CadLine\ARCHlineXP2023\Support folder that defines the elements.
Here you find the list of differences and comments:
Moulding:
<xs:element name="Mouldings" type="xp:TMouldings"/>
</xs:sequence>
<xs:attribute name="Count" type="xs:int" use="required"/>
</xs:complexType>
<xs:complexType name="TxpMoulding">
<xs:sequence>
<xs:element name="GeneralParams" type="xp:TGeneralParams"/>
<xs:element name="UserParams" type="xp:TUserParams"/>
<xs:element name="AccessoryGeneralData" type="xp:TxpCommonAccessoryData"/>
</xs:sequence>
<xs:attribute name="ID" type="xs:int"/>
<xs:attribute name="Length" type="xs:double"/>
</xs:complexType>
<xs:complexType name="TMouldings">
<xs:sequence>
<xs:element name="Moulding" type="xp:TxpMoulding" maxOccurs="unbounded"/>
Rebar:
<xs:complexType name="TxpRebarInstanceData">
<xs:attribute name="rebarDiameter" type="xs:double" />
<xs:attribute name="rebarShapeWidth" type="xs:double" />
<xs:attribute name="rebarShapeHeight" type="xs:double" />
<xs:attribute name="rebarShapeLength" type="xs:double" />
</xs:complexType>
<xs:complexType name="TRebars">
<xs:sequence>
<xs:element name="Rebar" type="xp:TxpRebarInstanceData" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="Count" type="xs:int" use="required"/>
</xs:complexType>
TxpRoombook:
<xs:element name="Rebars" type="xp:TRebars"/>
<xs:element name="Net_room_area_profile" type="xp:TxpProfile"/><!--Net_room_area that exclude areas occupied by structure, like stair and columns-->
<xs:element name="Gross_room_area_profile" type="xp:TxpProfile"/><!--Gross_room_area that include areas occupied by structure, like stairand columns-->
<xs:element name="Room_Square_Footage" type="xp:TRoomAreaItems"/><!-- alculating Square Footage of a Room-->
<xs:element name="MatSurfaces" type="xp:TMatSurfaceItems"/> <!--Room surface added layers for walls, footings, floor, ceiling-->
<xs:element name="MatSurface_profile" type="xp:TDecorations"/> <!--Description of a two-dimensional surface, on the sides of the wall componenent line-->
<xs:element name="RoomSideArea_plane" type="xp:TGenSurfaces"/> <!-- Planes defined in 3D global coordinate system that are subspaces of room, as with one of a room's walls, infinitely extended and where RoomSideArea_profile 2D description is interpreted.-->
<xs:element name="RoomSideArea_profile" type="xp:TFaceProfiles"/> <!-- Description of a two-dimensional surface, on the sides of the room-->
<xs:element name="ZoneSideArea_plane" type="xp:TGenSurfaces"/> <!-- Planes are subspaces of zone, infinitely extended. -->
<xs:element name="ZoneSideArea_profile" type="xp:TFaceProfiles"/> <!-- Description of a two-dimensional surface, on the sides of the zone-->
<xs:element name="Zone_area_profile" type="xp:TxpProfile"/> <!-- Zone floor area -->
Comments
0 comments
Please sign in to leave a comment.