complexType "RelatedLocationValueReferenceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:boolean : "false" |
|
= |
xs:anyURI |
|
= |
"true" |
|
= |
xs:boolean : "false" |
|
= |
xs:string |
|
= |
list of xs:language |
|
= |
xs:anyURI |
|
= |
xs:boolean : "false" |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (2):
-
Annotation
Provides a reference to the LocationValue or Values that is related to the current LocationValue partially or fully. TypeOfObject should be set to LocationValue.
Type Derivation Tree
RelatedLocationValueReferenceType
|
XML Source (w/o annotations (2); see within schema source)
<xs:complexContent>
<xs:extension base="ReferenceType">
<xs:attribute default="false" name="isFull" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 1/8)
isFull
-
Type: |
xs:boolean, predefined |
Use: |
optional |
The attribute indicates whether or not the full area of the LocationValue within which the element is used maps to the referenced area. The default value is false, i.e. only part of the current LocationValue maps to the referenced LocationValue. Change to "true" if the full area of the current LocationValue maps to the referenced LocationValue.
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isFull" type="xs:boolean"/>
|