diagram | |||||||||||||||||||
namespace | http://gluon.nrk.no/gluon3_1 | ||||||||||||||||||
type | extension of xs:duration | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:complexType name="startEndType"> <xs:annotation> <xs:documentation xml:lang="nb">Start og slutt på innslag</xs:documentation> <xs:documentation xml:lang="en">Beginning and end of broadcast items</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:duration"> <xs:attribute name="fade" type="xs:duration" use="optional"/> <xs:attribute name="relativity" default="parent"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="parent"/> <xs:enumeration value="timeOfDay"/> <xs:enumeration value="carrier"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:duration | ||
properties |
|
||
source | <xs:attribute name="fade" type="xs:duration" use="optional"/> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="relativity" default="parent"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="parent"/> <xs:enumeration value="timeOfDay"/> <xs:enumeration value="carrier"/> </xs:restriction> </xs:simpleType> </xs:attribute> |