entity-resource-descriptors Schema
BooleanWithURLType Complex Type
entity-resource-descriptors Schema : BooleanWithURLType Complex Type

Glossary Item Box

Namespace (none)

Base Type

Extension of xs:string

Diagram

BooleanWithURLType Complex Type

Overview

BooleanWithURLType Extension of xs:string
url required xs:string

Used By

Attributes

NameTypeUseDefaultFixedDescription
urlxs:stringrequired   

Source

<xs:complexType name="BooleanWithURLType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="url" type="xs:string" use="required" />
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

See Also