<xs:element name="LineRoadMarkingCatalog" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Marca vial de catálogo.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Nombre de la marca vial.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ID" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Identificador de la marca vial.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="pattern" default="CONTINUOUS">
<xs:annotation>
<xs:documentation>Indica si la línea es continua o discontinua.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="CONTINUOUS" />
<xs:enumeration value="DISCONTINUOUS" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="attachmentLine" default="CENTER">
<xs:annotation>
<xs:documentation>Indica la posición de su eje de definición.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="CENTER" />
<xs:enumeration value="LEFT" />
<xs:enumeration value="RIGHT" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="lineWidth" default="100" type="xs:int">
<xs:annotation>
<xs:documentation>Anchura de línea (mm).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="lineLength" default="5000" type="xs:int">
<xs:annotation>
<xs:documentation>Longitud de línea (mm).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="spaceLength" default="12000" type="xs:int">
<xs:annotation>
<xs:documentation>Longitud de hueco (mm).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IDPen" default="0" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Pluma de la marca vial.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|