element <enumElement>
Namespace:
Type:
embedded complexType
Content:
empty, 2 attributes
Defined:
locally at 1 location
XML Representation Summary
<enumElement
   
displayValue
 = 
anySimpleType
   
value
 = 
anySimpleType
/>
May be included in elements (1):
Usage / Definition Locations
Annotation
This sequence is the list of values comprising the enumerated type. Each
value consists of an internal string value and a displayable string value.
XML Source
<xsd:element maxOccurs="unbounded" name="enumElement">
<xsd:annotation>
<xsd:documentation>
This sequence is the list of values comprising the enumerated type. Each
value consists of an internal string value and a displayable string value.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="value" use="required">
<xsd:annotation>
<xsd:documentation>The internal value, which is not localizable.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="displayValue" use="optional">
<xsd:annotation>
<xsd:documentation>The displayable value, which should be localized.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail
displayValue
The displayable value, which should be localized.
Type:
anySimpleType
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="displayValue" use="optional">
<xsd:annotation>
<xsd:documentation>The displayable value, which should be localized.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

value
The internal value, which is not localizable.
Type:
anySimpleType
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="value" use="required">
<xsd:annotation>
<xsd:documentation>The internal value, which is not localizable.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>