Re: DAML and complexType's?

From: Mike Dean (mdean@bbn.com)
Date: 04/03/02

  • Next message: Lassila Ora (NRC/Boston): "Re: DAML and complexType's?"
    Re yor message at [1]:
    
    > Is it possible to use an XSD complexType as the range in a
    > daml:DatatypeProperty?
    
    I believe that DAML+OIL should allow this.
    
    You'll need to use parseType="Literal" to get the well-formed
    XML value past an RDF parser, e.g.
    
    <Person rdf:ID="joe">
      <address rdf:parseType="Literal">
        <City>...</City>
        <State>...</State>
        <Country>...</Country>
      </address>
    </Person>
    
    I'm cc'ing Dave Rager, the author of the DAML Validator, who
    can verify whether the Oracle XML Schema Processor used by
    the Validator can handle this case.
    
    Any opinions from other members of the Joint Committee [2]?
    
    Thanks!
    
    	Mike
    
    [1] http://www.daml.org/listarchive/daml-help/0068.html
    
    [2] http://www.daml.org/committee/
    


    This archive was generated by hypermail 2.1.4 : 04/03/02 EST