<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>
|