FOCUS AREAS
|
XML-DEV
|
XML.org DAILY NEWSLINK
|
REGISTRY
|
RESOURCES
|
ABOUT
OASIS Mailing List Archives
View the OASIS mailing list archive below
or browse/search using
MarkMail
.
This list only
All OASIS lists
Help:
OASIS Mailing Lists Help
|
MarkMail Help
[
Date Prev
] | [
Thread Prev
] | [
Thread Next
] | [
Date Next
] -- [
Date Index
] | [
Thread Index
]
XML Schema - How to define any element of type Foe
From
:
cmarchand@oxiane.com
To
: xml-dev@lists.xml.org
Date
: Thu, 09 Mar 2017 10:07:36 +0100
Hello,
I have a complexType definition, Foe.
In another complexType, I want to allow any child element, but require that each child element is valid against Foe definition.
Something like :
<xs:complexType name="Foe">
<xs:attribute name="start" type="xs:positiveInteger" use="required"/>
<xs:attribute name="end" type="xs:positiveInteger" use="required"/>
<xs:assert test="@end ge @start">
</xs:complexType>
<xs:complexType name="parent">
<xs:sequence>
<xs:any type="Foe"/>
</xs:sequence>
</xs:complexType>
How can I do this ?
Thanks,
Christophe
Follow-Ups
:
Re: [xml-dev] XML Schema - How to define any element of type Foe
From:
Hans-Juergen Rennau <hrennau@yahoo.de>
Re: [xml-dev] XML Schema - How to define any element of type Foe
From:
Michael Kay <mike@saxonica.com>
Re: [xml-dev] XML Schema - How to define any element of type Foe
From:
Mukul Gandhi <gandhi.mukul@gmail.com>
Re: [xml-dev] XML Schema - How to define any element of type Foe
From:
George Bina <george@oxygenxml.com>
Re: [xml-dev] XML Schema - How to define any element of type Foe
From:
yamahito <yamahito@gmail.com>
[
Date Prev
] | [
Thread Prev
] | [
Thread Next
] | [
Date Next
] -- [
Date Index
] | [
Thread Index
]
News
|
XML in Industry
|
Calendar
|
XML Registry
Marketplace
|
Resources
|
MyXML.org
|
Sponsors
|
Privacy Statement
Copyright 1993-2007 XML.org. This site is hosted by
OASIS