diagram | |||
namespace | urn:tva:metadata:2005 | ||
children | tva:PurchaseType tva:QuantityUnit tva:QuantityRange | ||
used by |
|
||
source | <xs:complexType name="PurchaseType"> <xs:sequence> <xs:element name="PurchaseType" type="tva:ControlledTermType" minOccurs="0"/> <xs:element name="QuantityUnit" type="tva:ControlledTermType" minOccurs="0"/> <xs:element name="QuantityRange" minOccurs="0"> <xs:complexType> <xs:attribute name="min" type="unsignedInt" use="optional"/> <xs:attribute name="max" type="unsignedInt" use="optional"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||||||||
namespace | urn:tva:metadata:2005 | ||||||||||||
type | tva:ControlledTermType | ||||||||||||
properties |
|
||||||||||||
children | tva:Name tva:Definition | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="PurchaseType" type="tva:ControlledTermType" minOccurs="0"/> |
diagram | |||||||||||||
namespace | urn:tva:metadata:2005 | ||||||||||||
type | tva:ControlledTermType | ||||||||||||
properties |
|
||||||||||||
children | tva:Name tva:Definition | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="QuantityUnit" type="tva:ControlledTermType" minOccurs="0"/> |
diagram | |||||||||||||||||||
namespace | urn:tva:metadata:2005 | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="QuantityRange" minOccurs="0"> <xs:complexType> <xs:attribute name="min" type="unsignedInt" use="optional"/> <xs:attribute name="max" type="unsignedInt" use="optional"/> </xs:complexType> </xs:element> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="min" type="unsignedInt" use="optional"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="max" type="unsignedInt" use="optional"/> |