Namespace: |
|
Type: |
embedded complexType |
Content: |
complex, 1 attribute, 10 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
definitions of 1 attribute and 2 elements |
Used: |
at 2 locations |
XML Representation Summary |
|||||
<notegen |
|||||
typenoteg | = |
("auteur" | "edito" | "numerique") |
|||
> |
|||||
|
|||||
</notegen> |
<notegen typenoteg="edito"> <titre>NDLR</titre> <aliena>…</alinea> <auteur> <nompers>…</nompers> </auteur> </notegen>
<xs:element name="notegen"> <xs:complexType> <xs:sequence> </xs:sequence> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="auteur"/> <xs:enumeration value="edito"/> <xs:enumeration value="numerique"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
auteur | note de l’auteur |
edito | note éditoriale |
numerique | note du producteur et/ou diffuseur numérique |
<xs:attribute name="typenoteg" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="auteur"/> <xs:enumeration value="edito"/> <xs:enumeration value="numerique"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|