Definition Type: ComplexType
Name: ContentType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into URL in schema ols_xsd Drilldown into Data in schema ols_xsd Drilldown into height in schema ols_xsd Drilldown into width in schema ols_xsd Drilldown into format in schema ols_xsdXSD Diagram of ContentType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ContentType">
    <annotation>
        <appinfo source="ADT.xsd" />
    </annotation>
    <choice>
        <element name="Data" type="string">
            <annotation>
                <documentation>Map data embeded into the xml (if map data is binary then it is base64 encoded)	</documentation>
            </annotation>
        </element>
        <element name="URL" type="string">
            <annotation>
                <documentation>The Data can be found at this URL</documentation>
            </annotation>
        </element>
    </choice>
    <attribute name="format" type="string" use="required" />
    <attribute name="width" type="integer" use="required" />
    <attribute name="height" type="integer" use="required" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Data xls:Data (1) (1)
URL xls:URL (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
format xls:format Required
width xls:width Required
height xls:height Required
Collapse Derivation Tree:
Collapse References:
xls:Content