Scratch Pad

From OPeNDAP Documentation
Revision as of 21:28, 29 January 2009 by Ndp (talk | contribs) (→‎RDF)
⧼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="http://xml.opendap.org/ns/DAP/3.3#"
                       t:foo="namespacedattribute">
           <dapObj:xmlAttribute name="foo" rdf:value="nonamespaceAttribute"/>
           <dapObj:xmlText>
           TextContent of Complex Type
       </dapObj:xmlText>
           <dapObj:xmlContains>
              <t:simpleType>simpleContent</t:simpleType>
           </dapObj:xmlContains>
        </t:complexType>
     </dapObj:type>