simpleType "DCMIType"
Namespace:
Defined:
globally in dcmitype.xsd; see XML source
Used:
Simple Content Model
("Collection" | "Dataset" | "Event" | "Image" | "MovingImage" | "StillImage" | "InteractiveResource" | "Service" | "Software" | "Sound" | "Text" | "PhysicalObject")
Known Usage Locations
Type Definition Detail
Type Derivation Tree
union of (restriction of xs:Name)
  DCMIType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:Name
    Facets:
    enumeration:
    "Collection", "Dataset", "Event", "Image", "MovingImage", "StillImage", "InteractiveResource", "Service", "Software", "Sound", "Text", "PhysicalObject"
XML Source (see within schema source)
<xs:simpleType name="DCMIType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:Name">
<xs:enumeration value="Collection"/>
<xs:enumeration value="Dataset"/>
<xs:enumeration value="Event"/>
<xs:enumeration value="Image"/>
<xs:enumeration value="MovingImage"/>
<xs:enumeration value="StillImage"/>
<xs:enumeration value="InteractiveResource"/>
<xs:enumeration value="Service"/>
<xs:enumeration value="Software"/>
<xs:enumeration value="Sound"/>
<xs:enumeration value="Text"/>
<xs:enumeration value="PhysicalObject"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set