QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
published | restriction of xs:string | optional |
|
Elements | elml:personalMail, elml:thesis |
<xs:attributeGroup name="BibPublished"> <xs:attribute name="published"> <xs:annotation> <xs:documentation>The attribute published contains yes if a source is published and no if a source is unpublished.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="no"/> <xs:enumeration value="yes"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |