<xs:complexType name="OriginType" abstract="true">
<xs:annotation>
<xs:documentation>The OriginType defines the origin of a 2D element.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Origin" type="Point2dSimpleType">
<xs:annotation>
<xs:documentation>The Origin element is the 2D position.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |