Search found 5 matches

by husker
Tue Oct 12, 2010 9:04 pm
Forum: Common Problems
Topic: Document Won't Validate
Replies: 2
Views: 1475

Re: Document Won't Validate

I did more fiddling, and found this form of the document will validate: <get-request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://services.www.up.com/track/physical/get/1.0 get-track.xsd" xmlns="http://services.www.up.com/track/physical/ge...
by husker
Tue Oct 12, 2010 8:30 pm
Forum: Common Problems
Topic: Document Won't Validate
Replies: 2
Views: 1475

Document Won't Validate

Oxygen says this document is invalid: <get-request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://services.www.up.com/track/physical/get/1.0 get-track.xsd" xmlns="http://services.www.up.com/track/physical/get/1.0"> <validate /> <system-...
by husker
Mon Sep 28, 2009 6:57 pm
Forum: Common Problems
Topic: Incorrect Validation
Replies: 1
Views: 1105

Incorrect Validation

Oxygen incorrectly reports that my document is valid, even though I specified a schema in the validation scenario (tried using both a URL & a local file). It even says the document is valid when I have mismatched start & end tags, like this: <tlax>ENM</tla> I have <oXygen/> XML Editor 9.1, b...
by husker
Thu Nov 29, 2007 3:44 pm
Forum: XML Schemas
Topic: Need Simple Element with Attribute & Restriction
Replies: 3
Views: 7135

That did it! Things that should be simple never are!
by husker
Wed Nov 28, 2007 7:55 pm
Forum: XML Schemas
Topic: Need Simple Element with Attribute & Restriction
Replies: 3
Views: 7135

Need Simple Element with Attribute & Restriction

I'm trying to crete a schema definition for a simple data type that has both an attribute & a restriction. For example, in the XML instance document, the element might look like this: <speed units="kilometers-per-hour">100</speed> I tried to create a schema element like this, but OXyg...