Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Restricting mixed content .....

From: =?iso-8859-1?Q?H=E4mmer_Wolfgang?= <Wolfgang.Haemmer@---.--->
To: <xmlschema-dev@--.--->
Date: 7/5/2005 1:22:00 PM
Dear all,

is there a way to restrict mixed content.

For example:

<Element Element2Attributes="Headers">
	<Element Element2Attributes="Header">public string code (string l_p1, =
string l_p2) { return l_first + l_p1 + l_second + l_p2 + l_third;}
		<Element Element2Attributes="LocalVariables">
			<Element Element2Attributes="l_first">
				=
/************************************************************************=
******
			</Element>
		</Element>
	</Element>
</Element>
		=09
can be described as ...

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" =
elementFormDefault="qualified">
	<xs:element name="Element">
		<xs:complexType mixed="true">
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:element ref="Element"/>
			</xs:choice>
			<xs:attribute name="Element2Attributes" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:NMTOKEN">
						<xs:enumeration value="Header"/>
						<xs:enumeration value="LocalVariables"/>
						<xs:enumeration value="l_first"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="Content" type="xs:string"/>
		</xs:complexType>
	</xs:element>
</xs:schema>

I would like to be able to restrict  public string code (string l_p1, =
string l_p2) { return l_first + l_p1 + l_second + l_p2 + l_third;}
using a regexp to public string code(.+).


I have not found anything in the docu. Thanks a lot for your help!

Kinds regards, Wolf
>  -----Original Message-----
> From: 	H=E4mmer Wolfgang  
> Sent:	Mittwoch, 22. Juni 2005 17:21
> To:	'xmlschema-dev@w...'
> Subject:	NewBie Question
> 
> Hello,
> 
> this is something I wanted to ask for a long time ....
> 
> 
> Is there a way using a xml schema to describe an element which name =
changes as in ...
> 
> 			<TableDrop>
> 				public string code (string l_p) { 
> 					return l_first + l_p + l_second + l_p + l_third;
> 				}=09
> 				<LocalVariables>
> 					<l_first>
>    						 aString =  _T(&quot;drop table </l_first>
> 					<l_second>
> 						&quot;); hr = Oc.Execute( aString );
>    						 if ( FAILED(hr) ) _tprintf(_T(&quot;Oc.Execute drop table =
failed with EBSc_TAB_</l_second>
> 					<l_third>
> 						&quot;));
> 					</l_third>
> 				</LocalVariables>
> 			</TableDrop>
> 			<Sizes>
> 				public string code (string l_p) { return l_start + l_p + l_end;}
> 				<LocalVariables>
> 					<l_start>//TYPEDEF[attribute::name=</l_start>
> 					<l_end>]/attribute::size</l_end>
> 				</LocalVariables>
> 			</Sizes>
> 
> The elements TableDrop and Sizes have the same structure but bear =
different names.
> 
> I would like to write something like ....
> 
> 	<xs:element name='.*'>
>      	<xs:complexType>
>                <xs:sequence>
>           		<xs:element name="LocalVariables" minOccurs="1" =
maxOccurs="1">
> 			     	<xs:complexType>
>                			<xs:sequence>
>           					<xs:element name="l_start" minOccurs="1" =
maxOccurs="1">
>           					<xs:element name="l_end" minOccurs="1" =
maxOccurs="1">
> 			               <xs:sequence>
> 					</xs:complexType>
> 				</xs:element>
>                <xs:sequence>
> 		</xs:complexType>
> 	</xs:element>
> 
> Thanks for your help!
> 
> Kind regards, Wolf
 
 
This message is for the named person's use only. It may contain =
confidential, proprietary or legally privileged information. No =
confidentiality or privilege is waived or lost by any mistransmission. =
If you receive this message in error, please notify the sender urgently =
and then immediately delete the message and any copies of it from your =
system. Please also immediately destroy any hardcopies of the message. =
You must not, directly or indirectly, use, disclose, distribute, print, =
or copy any part of this message if you are not the intended recipient. =
The sender's company reserves the right to monitor all e-mail =
communications through their networks. Any views expressed in this =
message are those of the individual sender, except where the message =
states otherwise and the sender is authorised to state them to be the =
views of the sender's company.

From mike@s... Tue Apr 19 09:50:02 2005
Received: from lisa.w3.org ([128.30.52.41])
	by frink.w3.org with esmtp (Exim 4.50)
	id 1DNpMo-0005pK-CN
	for xmlschema


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent