Definition Type: SimpleType
Name: roadwayNameRefs
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Documentation:
A list of reference names values refering to one or more Roadway.name attributes.
Collapse XSD Schema Diagram:
XSD Diagram of roadwayNameRefs in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:simpleType name="roadwayNameRefs">
    <xs:annotation>
        <xs:documentation>A list of reference names values refering to one or more Roadway.name attributes.				</xs:documentation>
    </xs:annotation>
    <xs:list itemType="xs:string" />
</xs:simpleType>