Definition Type: Element
Name: LineRoadMarkingCatalog
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: 0_COMPLETO_ENG.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Marca vial de catálogo.
Collapse XSD Schema Diagram:
Drilldown into IDPen Drilldown into spaceLength Drilldown into lineLength Drilldown into lineWidth Drilldown into attachmentLine Drilldown into pattern Drilldown into ID Drilldown into nameXSD Diagram of LineRoadMarkingCatalog
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
name name Required
ID ID (Optional)
pattern pattern CONTINUOUS (Optional)
attachmentLine attachmentLine CENTER (Optional)
lineWidth lineWidth 100 (Optional)
lineLength lineLength 5000 (Optional)
spaceLength spaceLength 12000 (Optional)
IDPen IDPen 0 (Optional)