Namespace: |
|
Type: |
embedded complexType |
Content: |
empty, 2 attributes |
Defined: |
locally at 1 location |
XML Representation Summary |
|||
<enumElement |
|||
displayValue | = |
anySimpleType |
|
value | = |
anySimpleType |
|
/> |
<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:annotation> <xsd:documentation>The internal value, which is not localizable.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation>The displayable value, which should be localized.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |
Type: |
anySimpleType |
Use: |
optional |
Defined: |
locally, within this element |
<xsd:attribute name="displayValue" use="optional"> <xsd:annotation> <xsd:documentation>The displayable value, which should be localized.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
anySimpleType |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="value" use="required"> <xsd:annotation> <xsd:documentation>The internal value, which is not localizable.</xsd:documentation> </xsd:annotation> </xsd:attribute> |