complexType "location"
Namespace:
Content:
empty, 1 attribute
Defined:
globally in hscommon.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
XML Representation Summary
<...
   
 = 
"xpath"
/>
Annotation
The <b>location</b> element defines a location type and location value. The type is defined by the type attribute (<b>locationType</b>), and the value is the contents of this element.
Type Definition Detail
Type Derivation Tree
xsd:anyType (extension)
  location
XML Source (see within schema source)
<xsd:complexType name="location">
<xsd:annotation>
<xsd:documentation>
The
<b>location</b>
element defines a location type and location value.
The type is defined by the type attribute (
<b>locationType</b>
), and
the value is the contents of this element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="xsd:anyType">
<xsd:attribute name="type" type="locationType" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
type
Type:
Use:
required
Defined:
locally within (this) location complexType
XML Source (see within schema source)
<xsd:attribute name="type" type="locationType" use="required"/>