entity Schema
Value Element
entity Schema > FieldComplexType Complex Type : Value Element

Glossary Item Box

Namespace (none)

Type

Extension of xs:string

Diagram

Value Element

Overview

Value 0..∞ Extension of xs:string
Alias optional xs:string
ReferenceValue optional xs:string

Attributes

NameTypeUseDefaultFixedDescription
Aliasxs:stringoptional   
ReferenceValuexs:stringoptional   

Source

<xs:element name="Value" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="Alias" type="xs:string" use="optional" />
        <xs:attribute name="ReferenceValue" type="xs:string" use="optional" />
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

See Also