cgu:CodeWithAuthorityType not treated as ComplexAttribute by EMFAppSchemaReader
-------------------------------------------------------------------------------

                 Key: GEOT-2491
                 URL: http://jira.codehaus.org/browse/GEOT-2491
             Project: GeoTools
          Issue Type: Bug
          Components: data app-schema
            Reporter: Ben Caradoc-Davies
            Assignee: Ben Caradoc-Davies


cgu:CodeWithAuthorityType is not treated as ComplexAttribute by 
EMFAppSchemaReader, with the symptom being that codeSpace is not set despite 
ClientProperties being set in app-schema. Seen in PIRSA MinOcc 
mo:Commodity/commodityGroup and commodityName. Debugging indicates that a bare 
string is passed for encoding, not a ComplexAttribute as expected.

{code}
        <complexType name="CodeWithAuthorityType">
                <annotation>
                        <documentation>gml:CodeWithAuthorityType requires that 
the codeSpace attribute is provided in an
            instance.</documentation>
                </annotation>
                <simpleContent>
                        <restriction base="gml:CodeType">
                                <attribute name="codeSpace" type="anyURI" 
use="required"/>
                        </restriction>
                </simpleContent>
        </complexType>
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to