schema location: | http://mipav.cit.nih.gov/documentation/xml-format/voi/voi.xsd |
attribute form default: | unqualified |
element form default: | qualified |
Elements |
VOI |
diagram | |||
properties |
|
||
children | Unique-ID Curve-type Color Contour | ||
annotation |
|
||
source | <xs:element name="VOI"> <xs:annotation> <xs:documentation>Comment describing your root element</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Unique-ID" type="xs:int"/> <xs:element name="Curve-type" type="xs:int"/> <xs:element name="Color" type="xs:string"/> <xs:element name="Contour" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Slice-number" type="xs:int"/> <xs:element name="Pt" type="xs:string" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
source | <xs:element name="Unique-ID" type="xs:int"/> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
source | <xs:element name="Curve-type" type="xs:int"/> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Color" type="xs:string"/> |
diagram | |||||
properties |
|
||||
children | Slice-number Pt | ||||
source | <xs:element name="Contour" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Slice-number" type="xs:int"/> <xs:element name="Pt" type="xs:string" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
source | <xs:element name="Slice-number" type="xs:int"/> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="Pt" type="xs:string" maxOccurs="unbounded"/> |