Definition Type: ComplexType
Name: DataValueType
Namespace: http://niem.gov/niem/external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: data.xsd
Abstract
Documentation:
supports data values as a string, as with tuple and base64 blocks; can also allow an external link to out-of-band data; can also support multiplex data that takes XML elements, such as TML
Collapse XSD Schema Diagram:
Drilldown into externalLink in schema data_xsdXSD Diagram of DataValueType in schema data_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="DataValueType">
    <xs:annotation>
        <xs:documentation>supports data values as a string, as with tuple and base64 blocks; can also allow
an external link to out-of-band data; can also support multiplex data that takes XML elements, such
as TML</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="xs:anyType">
            <xs:attribute name="externalLink" type="xs:anyURI" use="optional" />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
externalLink swec:externalLink Optional
<anyAttribute>
Collapse Derivation Tree:
Collapse References:
om:result