Class Polygon

Applied Stereotypes:
XSDcomplexType

Defines an area by a polygon.

Used in:
TrafficArea
Properties
  Name Type Cardinality AppliedStereotypes Description
  positions Position 3..* XSDunwrapped, XSDelement A minimum of 3 positions must be provided to form a polygon.
XSD 1.4 Representation


<xsd:complexType name="Polygon">
<xsd:sequence>
<xsd:element name="Position" type="Position" minOccurs="3" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property positions
    • XSDunwrapped
    • XSDelement

To XSD