Documentation for XCEDE2

Complex Type: nameValue_t

[Table of contents]

Super-types: xs:string < nameValue_t (by extension)
Sub-types: None
Name nameValue_t
Used by (from the same schema document) Complex Type metadataList_t
Abstract no
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="nameValue_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>