Documentation for XCEDE2

Complex Type: eventValue_t

[Table of contents]

Super-types: xs:string < eventValue_t (by extension)
Sub-types: None
Name eventValue_t
Used by (from the same schema document) Complex Type event_t , Complex Type eventParams_t
Abstract no
Documentation User-specified metadata associated with an event.
XML Instance Representation
<...
name=" xs:string [0..1]"
Allow any attributes from any namespace (lax validation).
>
xs:string
</...>
Diagram
Schema Component Representation
<xs:complexType name="eventValue_t">
<xs:simpleContent>
<xs:extension base=" xs:string ">
<xs:attribute name="name" type=" xs:string "/>
<xs:anyAttribute processContents="lax"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>