Definition Type: Element
Name: LocationName
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: LiftInfo.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Just the location name. Location address, contact details, etc should be part of another information domain.
Collapse XSD Schema Diagram:
XSD Diagram of LocationName
Collapse XSD Schema Code:
<xs:element name="LocationName" type="xs:string">
    <xs:annotation>
        <xs:documentation>Just the location name. Location address, contact details, etc should be part of another information domain.</xs:documentation>
    </xs:annotation>
</xs:element>