xsl-list
[Top] [All Lists]

[xsl] XSD notation question

2013-08-16 05:34:25
Hi

I received following XSD schema from a client containing following simpleTpe 
name and I am going to use it.
My question, is it allowed to use point notation in XSD Schema for name 
declaration (bellow between 'InternalID' and 'Content')??


<xsd:simpleType name="InternalID.Content">
                <xsd:restriction base="xsd:token">
                    <xsd:minLength value="1"/>
                    <xsd:maxLength value="32"/>
                </xsd:restriction>
            </xsd:simpleType>
Thanks for your hint
hh


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


<Prev in Thread] Current Thread [Next in Thread>