attribute "tns:root" (global)
Namespace:
Type:
anonymous simpleType (restriction of xs:boolean)
Defined:
globally in encoding; see XML source
Used:
never
XML Representation Summary
<...
   
 = 
xs:boolean
...>
Attribute Value Detail:
Pattern:
0|1
Annotation
'root' can be used to distinguish serialization roots from other
elements that are present in a serialization but are not roots of
a serialized value graph
Anonymous Type Detail
Type Derivation Tree
xs:boolean (restriction)
  simpleType
Derivation:
restriction of xs:boolean
Facets:
pattern:
0|1
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="root">
<xs:simpleType>
<xs:restriction base="xs:boolean">
<xs:pattern value="0|1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.