element <catalog:enumeration> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<catalog:enumeration |
|
|
|
> |
|
|
</catalog:enumeration> |
Content model elements (1):
-
Included in content model of elements (1):
-
Annotation
[READ-ONLY] A set of enumerated values for the type.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="enumeration">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="value" type="xs:string"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 1/1)
name
-
Type: |
xs:string, predefined |
Use: |
required |
[READ-ONLY] The name of the attribute that has the enumeration.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="name" type="xs:string" use="required"/>
|
Content Element Detail (all declarations; defined within this component only; 1/1)
-
Type: |
xs:string, predefined, simple content |
[READ-ONLY] The value of the enumeration..
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="value" type="xs:string"/>
|