Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
6418399fc1a58b65e6b8e7450a4e5c39f6dfef3f
/
.
/
tests
/
org.eclipse.wst.xml.xpath2.processor.tests
/
bugTestFiles
/
dateTime1.xsd
blob: 4eb9229045c6f821c7b0077da360803d9c797594 [
file
] [
log
] [
blame
]
<?
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>