blob: 12dbf4f355c21906e3a6d958c4eb2d03594926e1 [file] [log] [blame]
(: Name: ForExprType024 :)
(: Description: FLWOR expressions with type declaration (attribute type). anySimpleType attribute :)
(: insert-start :)
declare default element namespace "http://typedecl";
declare variable $input-context external;
(: insert-end :)
for $test as attribute(att, xs:anySimpleType) in $input-context/root/anyAtomicType/@att
return data( $test )