diagram
|
|
type
|
restriction of xs:Name
|
facets
|
enumeration
|
In
|
enumeration
|
Out
|
enumeration
|
In_Out
|
|
source
|
<xs:element name="Usage" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:Name">
<xs:enumeration value="In"/>
<xs:enumeration value="Out"/>
<xs:enumeration value="In_Out"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
|
|