Scratch Pad

From OPeNDAP Documentation
Revision as of 20:40, 29 January 2009 by Ndp (talk | contribs)
⧼opendap2-jumptonavigation⧽


SourceXML

   <Attribute name="xmlTest" type="OtherXML" relationship="is-a" >
       <t:complexType  xmlns:t="http://namespace.t" t:foo="namespacedattribute" foo="nonamespaceAttribute">
           <t:simpleType>simpleContent</t:simpleType>
           TextContent of Complex Type
       </t:complexType>
   </Attribute>

RDF

     <dapObj:type>
        <t:complexType xmlns:t="http://namespace.t" xmlns:grddl="http://www.w3.org/2003/g/data-view#"
                       xmlns="http://xml.opendap.org/ns/DAP/3.3#">
           <dapObj:xmlAttribute name="foo" rdf:value="namespacedattribute"/>
           <dapObj:xmlAttribute name="foo" rdf:value="nonamespaceAttribute"/>
           <t:simpleType>simpleContent</t:simpleType>
        </t:complexType>
     </dapObj:type>