<xs:complexType name="FacilityIdAttributeType">
<xs:sequence>
<xs:element name="id" minOccurs="0" type="xs:string"/>
<xs:element name="partId" minOccurs="0" type="xs:string"/>
<xs:element name="branchId" minOccurs="0" type="xs:string"/>
<xs:element name="prefecture" maxOccurs="unbounded" minOccurs="0" type="gml:CodeType"/>
<xs:element name="city" maxOccurs="unbounded" minOccurs="0" type="gml:CodeType"/>
<xs:element name="route" minOccurs="0" type="xs:string"/>
<xs:element name="startPost" minOccurs="0" type="xs:string"/>
<xs:element name="endPost" minOccurs="0" type="xs:string"/>
<xs:element name="startLat" minOccurs="0" type="xs:double"/>
<xs:element name="startLong" minOccurs="0" type="xs:double"/>
<xs:element name="alternativeName" maxOccurs="unbounded" minOccurs="0" type="xs:string"/>
</xs:sequence>
</xs:complexType>