diagram | |||||||||||||
namespace | urn:tva:metadata:2005 | ||||||||||||
type | extension of tva:RatioType | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="AspectRatioType"> <xs:simpleContent> <xs:extension base="tva:RatioType"> <xs:attribute name="type" use="optional" default="original"> <xs:simpleType> <xs:restriction base="string"> <xs:enumeration value="original"/> <xs:enumeration value="publication"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="type" use="optional" default="original"> <xs:simpleType> <xs:restriction base="string"> <xs:enumeration value="original"/> <xs:enumeration value="publication"/> </xs:restriction> </xs:simpleType> </xs:attribute> |