Search found 6 matches

by SSteve
Fri Sep 23, 2005 10:28 pm
Forum: XML Schemas
Topic: Trouble validating a combined document
Replies: 6
Views: 8092

Oh, of course. All the concepts are still settling into my tiny brain. :-)

Thanks so much for your help.
by SSteve
Fri Sep 23, 2005 8:58 pm
Forum: Other Issues
Topic: Oxygen locks up when a file is changed by another program
Replies: 5
Views: 7554

Oxygen locks up when a file is changed by another program

I'm using Oxygen 6.2 under OS X 10.3.9. If I use BBEdit to edit a file currently open in Oxygen, Oxygen sometimes freezes at the dialog telling me that the file was changed and asking if I want to reload the file. It doesn't always freeze, but in those instances it displays the dialog again when I c...
by SSteve
Fri Sep 23, 2005 8:51 pm
Forum: XML Schemas
Topic: Trouble validating a combined document
Replies: 6
Views: 8092

But is it possible to have no schema or namespace for the root element while having different schemas and namespaces for the two child elements? I'm taking an XML class and the whole point of this particular exercise is that it's easy to combine two XML documents with separate schemas/namespaces int...
by SSteve
Fri Sep 23, 2005 8:36 pm
Forum: XML Schemas
Topic: Trouble validating an attribute of type "time"
Replies: 2
Views: 5587

Changing the times to HH:MM:SS did indeed make the document valid. Thanks, Radu.
by SSteve
Fri Sep 23, 2005 3:08 am
Forum: XML Schemas
Topic: Trouble validating a combined document
Replies: 6
Views: 8092

Trouble validating a combined document

Here's another validation problem I'm having. I combined two XML documents into one contained in a root element. Here's the outline: <?xml version="1.0" ?> <Stock> <gr:Grills xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gr="http://grillrite.com/grills" xs...
by SSteve
Thu Sep 22, 2005 11:55 pm
Forum: XML Schemas
Topic: Trouble validating an attribute of type "time"
Replies: 2
Views: 5587

Trouble validating an attribute of type "time"

Here's a fragment of my XSD file: <xs:element name="Track" maxOccurs="unbounded"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="length" type="xs:time" use="required"/> </xs:extension> </xs:simpleCon...