Definition Type: Element
Name: Rights
Namespace: http://www.opengis.net/sensorML/1.0.1
Containing Schema: base.xsd
Abstract False
Documentation:
based on IC:DDMS definition
Collapse XSD Schema Diagram:
Drilldown into copyRights Drilldown into intellectualPropertyRights Drilldown into privacyAct Drilldown into id Drilldown into documentationXSD Diagram of Rights
Collapse XSD Schema Code:
<xs:element name="Rights">
    <xs:annotation>
        <xs:documentation>based on IC:DDMS definition</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="sml:documentation" />
        </xs:sequence>
        <xs:attribute ref="gml:id" />
        <xs:attribute name="privacyAct" type="xs:boolean" use="optional" />
        <xs:attribute name="intellectualPropertyRights" type="xs:boolean" use="optional" />
        <xs:attribute name="copyRights" type="xs:boolean" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentation sml:documentation (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id sml:id (Optional)
privacyAct sml:privacyAct Optional
intellectualPropertyRights sml:intellectualPropertyRights Optional
copyRights sml:copyRights Optional
Collapse Derivation Tree:
Collapse References:
sml:Rights
Collapse Comments:
blog comments powered by Disqus