Definition Type: ComplexType
Name: RouteInstructionsListType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Type: xls:AbstractDataType
Containing Schema: ols.xsd
Abstract
Documentation:
Defines a list of route instructions.
Collapse XSD Schema Diagram:
Drilldown into RouteInstruction in schema ols_xsd Drilldown into AbstractDataType in schema ols_xsd Drilldown into lang in schema ols_xsd Drilldown into format in schema ols_xsdXSD Diagram of RouteInstructionsListType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RouteInstructionsListType">
    <annotation>
        <appinfo source="ADT.xsd" />
        <documentation>Defines a list of route instructions.</documentation>
    </annotation>
    <complexContent>
        <extension base="xls:AbstractDataType">
            <sequence>
                <element ref="xls:RouteInstruction" maxOccurs="unbounded" />
            </sequence>
            <attribute name="format" type="string" use="optional" default="text/plain">
                <annotation>
                    <documentation>Mime type describing the encoding.</documentation>
                </annotation>
            </attribute>
            <attribute ref="xls:lang" use="required">
                <annotation>
                    <documentation>Specifies the language in which the instructions are given.</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RouteInstruction xls:RouteInstruction (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
format xls:format text/plain Optional
lang xls:lang Required
Collapse Derivation Tree:
Collapse References:
xls:RouteInstructionsList