Types
- Comment xml
Type for singleton comments. Built-in subtype of xml.
- Element xml
Type for singleton elements. Built-in subtype of xml.
- ItemType Element | Comment | ProcessingInstruction | Text
A type parameter that is a subtype of any singleton or empty xml sequence. Has the special semantic that when used in a declaration all uses in the declaration must refer to same type.
- ProcessingInstruction xml
Type for singleton processing instructions. Built-in subtype of xml.
- Text xml
Type for zero or more text characters. Built-in subtype of xml. Adjacent xml text items are automatically concatenated, so an xml sequence belongs to this type if it is a singleton test sequence or the empty sequence.
- XmlType xml
A type parameter that is a subtype of xml
.
Has the special semantic that when used in a declaration
all uses in the declaration must refer to same type.