<schema
xmlns='http://www.w3.org/1999/XMLSchema'
targetNamespace='http://www.w3.org/1999/xhtml'
xmlns:t='http://www.w3.org/1999/xhtml'
><element
name='html'
><complexType
content='elementOnly'
><annotation
><appinfo
>( head , body )</appinfo
></annotation
><sequence
minOccurs='0'
maxOccurs='*'
><choice
><element
ref='t:head'
/><element
ref='t:body'
/></choice
></sequence
></complexType
></element
><element
name='head'
><complexType
content='elementOnly'
><annotation
><appinfo
>( title )</appinfo
></annotation
><sequence
minOccurs='0'
maxOccurs='*'
><choice
><element
ref='t:title'
/></choice
></sequence
></complexType
></element
><element
name='title'
><complexType
content='mixed'
><annotation
><appinfo
>( #PCDATA )</appinfo
></annotation
></complexType
></element
><element
name='body'
><complexType
content='elementOnly'
><annotation
><appinfo
>( h1 | h2 | h3 | p | address )</appinfo
></annotation
><sequence
minOccurs='0'
maxOccurs='*'
><choice
><element
ref='t:h1'
/><element
ref='t:h2'
/><element
ref='t:h3'
/><element
ref='t:p'
/><element
ref='t:address'
/></choice
></sequence
></complexType
></element
><element
name='h1'
><complexType
content='mixed'
><annotation
><appinfo
>( a , #PCDATA ) *</appinfo
></annotation
><sequence
minOccurs='0'
maxOccurs='*'
><choice
><element
ref='t:a'
/></choice
></sequence
></complexType
></element
><element
name='h2'
><complexType
content='mixed'
><annotation
><appinfo
>( a , #PCDATA ) *</appinfo
></annotation
><sequence
minOccurs='0'
maxOccurs='*'
><choice
><element
ref='t:a'
/></choice
></sequence
></complexType
></element
><element
name='h3'
><complexType
content='mixed'
><annotation
><appinfo
>( a , #PCDATA ) *</appinfo
></annotation
><sequence
minOccurs='0'
maxOccurs='*'
><choice
><element
ref='t:a'
/></choice
></sequence
></complexType
></element
><element
name='p'
><complexType
content='mixed'
><annotation
><appinfo
>( a , #PCDATA ) *</appinfo
></annotation
><sequence
minOccurs='0'
maxOccurs='*'
><choice
><element
ref='t:a'
/></choice
></sequence
></complexType
></element
><element
name='address'
><complexType
content='mixed'
><annotation
><appinfo
>( a | img | #PCDATA ) *</appinfo
></annotation
><sequence
minOccurs='0'
maxOccurs='*'
><choice
><element
ref='t:a'
/><element
ref='t:img'
/></choice
></sequence
></complexType
></element
><element
name='a'
><complexType
content='mixed'
><annotation
><appinfo
>#PCDATA</appinfo
></annotation
><attribute
name='href'
type='string'
/><attribute
name='name'
type='string'
/></complexType
></element
><element
name='img'
><complexType
content='empty'
><attribute
name='src'
type='string'
/></complexType
></element
></schema
>
