element componentInfo
diagram X3dUnifiedObjectModel_diagrams/X3dUnifiedObjectModel_p7.svg
properties
content complex
used by
elements field InterfaceDefinition
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:token    <empty>    
level  derived by: xs:integer    1    
annotation
documentation
This element contains the definition of the component info for a node or type
source <xs:element name="componentInfo">
 
<xs:annotation>
   
<xs:documentation>This element contains the definition of the component info for a node or type</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="name" type="xs:token" default=""/>
   
<xs:attribute name="level" default="1">
     
<xs:simpleType>
       
<xs:restriction base="xs:integer">
         
<xs:minInclusive value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute componentInfo/@name
type xs:token
properties
default <empty>
source <xs:attribute name="name" type="xs:token" default=""/>

attribute componentInfo/@level
type restriction of xs:integer
properties
default 1
facets
Kind Value Annotation
minInclusive 1
source <xs:attribute name="level" default="1">
 
<xs:simpleType>
   
<xs:restriction base="xs:integer">
     
<xs:minInclusive value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy