<xs:element name="XY" type="Point2dSimpleType"><xs:annotation><xs:documentation>The XY element specifies the 2D coordinates of the anchor point. The 2D coordinates are defined in the visualization plane coordinate system.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The Radius element is the frame radius.</xs:documentation></xs:annotation></xs:element>
The optional crossed attribute shows if the frame must be crossed with the middle line which separates the circular frame in two halves (top and bottom).
Source
<xs:complexType name="FrameCircularType"><xs:annotation><xs:documentation>The FrameCircularType defines a circular frame. This is normally used for visualization of datum targets.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="FrameBaseType"><xs:sequence><xs:element name="XY" type="Point2dSimpleType"><xs:annotation><xs:documentation>The XY element specifies the 2D coordinates of the anchor point. The 2D coordinates are defined in the visualization plane coordinate system.</xs:documentation></xs:annotation></xs:element><xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The Radius element is the frame radius.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="crossed" type="xs:boolean" default="true" use="optional"><xs:annotation><xs:documentation>The optional crossed attribute shows if the frame must be crossed with the middle line which separates the circular frame in two halves (top and bottom).</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
The optional crossed attribute shows if the frame must be crossed with the middle line which separates the circular frame in two halves (top and bottom).
<xs:attribute name="crossed" type="xs:boolean" default="true" use="optional"><xs:annotation><xs:documentation>The optional crossed attribute shows if the frame must be crossed with the middle line which separates the circular frame in two halves (top and bottom).</xs:documentation></xs:annotation></xs:attribute>