entity-resource-descriptors Schema
AttributeSimpleType Simple Type
entity-resource-descriptors Schema : AttributeSimpleType Simple Type

Glossary Item Box

Namespace (none)

Type

Restriction of xs:string

Diagram

AttributeSimpleType Simple Type

Overview

AttributeSimpleType Restriction of xs:string

Facets

Enumerationfalse
Enumerationtrue

Source

<xs:simpleType name="AttributeSimpleType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="false" />
    <xs:enumeration value="true" />
  </xs:restriction>
</xs:simpleType>

See Also