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.3 Representation |
<xsd:complexType name="Polygon">
<xsd:sequence>
<xsd:element name="Position" type="Position" minOccurs="3" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
positions |
XSDunwrapped |
This property represents an unwrapped list in XSD. The element name 'Position' is used for the list elements. |
|
Change log from version 1.2 |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property positions
- XSDunwrapped [xsdElementName: "Position"]
- XSDelement [position: "1"]
|
To XSD