element <Value>
Namespace:
Type:
anonymous (extension of xs:string)
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
XML Representation Summary
<Value
    Id
 = 
xs:ID
    >
   
Content: 
{ xs:string }
</Value>
Included in content model of elements (1):
Annotation
actual value of the identifier.
Anonymous Type Detail
Type Derivation Tree
xs:string (extension)
  complexType
Derivation:
extension of xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Value">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="Id" type="xs:ID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
Id
Type:
xs:ID, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="Id" type="xs:ID" use="optional"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set