Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
93f0343fde5138153672c692d540315ced3a1a78
/
.
/
tests
/
org.eclipse.wst.xml.xpath2.processor.tests
/
bugTestFiles
/
dateTime1.xsd
blob: 4eb9229045c6f821c7b0077da360803d9c797594 [
file
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<xs:schema
xmlns:xs
=
"http://www.w3.org/2001/XMLSchema"
>
<xs:element
name
=
"test"
>
<xs:complexType>
<xs:attribute
name
=
"t1"
type
=
"xs:dateTime"
/>
</xs:complexType>
</xs:element>
</xs:schema>