|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Anonymous Elements
Hi, folks.
As I understand it, anonymous elements are most often used with the
<xs:complexType> XML Schema element. However, is it possible to apply this
same concept to the <xs:element> element? I've commented out the named
version of the <xs:element> element in question.
<xs:complexType name="personaeType">
<xs:sequence>
<xs:element name="TITLE" type="minStrLenType" />
<!--<xs:element name="PERSONAorPGROUP">-->
<xs:element>
<xs:complexType>
<xs:choice>
<xs:element name="PERSONA" type="minStrLenType" maxOccurs="unbounded"
/>
<xs:element name="PGROUP" type="pgroupType" maxOccurs="unbounded" />
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
Thanks for your feedback.
Respectfully,
ASP
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








