help me out

hi friends
im a new user to tamino database
when running the real estate application im having problem with the following statement

what does the following statement mean

http://localhost/tamino/RealEstate/ino:collection?_xql=ino:collection/ino:doctype[@ino:name=‘Property’]

well
this statement gives me the response but im not able to understand what it means

pls help me out
thanking you
regards
kishore

Hi:

When you create a database, a collection is created with the name ino:collection.

This collection contains information (doctypes and schemas) about the collections in this database.

Try create a new database and query:
http://localhost/tamino/DatabaseName/ino:collection?_xql=ino:collection

A collection has doctypes, you are looking for doctype which has the attribute ino:name with the value ‘Property’(@ is used for attributes).

This query will return you the schema of the doctype named ‘Property’.

] is ]

Regards.

hi
thanks for the prompt reply
i wanted to know what that hexadecimal value refers to
thanks once again
regards
kishore

Hi

Sorry, y had written:
] is ]
but browser convets it to:
] is ]

Regards

thanks for ur prompt reply
regards
kishore