diagram |
 |
children |
Center Radius |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | timeStamp | nonNegativeScalarType | optional | | | documentation | Time value in seconds. |
| title | xsd:string | optional | | | documentation | Short title naming this element. |
| description | xsd:string | optional | | | documentation | Descriptive text explaining the intended effect of this element. |
| id | xsd:ID | optional | | | documentation | Unique identifier for this element. |
| refid | xsd:IDREF | optional | | | |
|
annotation |
documentation | Element used to specify a circular area using the center and radius in meters. |
|
source |
<xsd:complexType name="circleElementType">
<xsd:annotation>
<xsd:documentation>Element used to specify a circular area using the center and radius in meters.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Center"/>
<xsd:element ref="Radius"/>
</xsd:sequence>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |