Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 4 attributes, 1 element |
Defined: |
|
Includes: |
definitions of 4 attributes and 1 element |
XML Representation Summary | |||||
<variable | |||||
id | = |
xs:string | |||
name | = |
xs:string | |||
role | = |
xs:int | |||
type | = |
xs:string | |||
> | |||||
|
|||||
</variable> |
<xs:element maxOccurs="unbounded" minOccurs="1" name="variable"> <xs:complexType> <xs:sequence> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
Type: |
xs:string, predefined |
Use: |
optional |
<xs:attribute name="id" type="xs:string"/> |
Type: |
xs:string, predefined |
Use: |
optional |
<xs:attribute name="name" type="xs:string"/> |
Type: |
xs:int, predefined |
Use: |
optional |
<xs:attribute name="role" type="xs:int"/> |
Type: |
xs:string, predefined |
Use: |
optional |
<xs:attribute name="type" type="xs:string"/> |
Type: |
xs:string |
<xs:element name="description"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set |