Namespace
urn:us:gov:ic:pubs
Annotations
Complex type for a cell in a table.
Diagram
Properties
Used by
Model
pubs:EmphasizedText
|
pubs:Superscript
|
pubs:Subscript
|
cem:Account{0,1}
|
cem:BEnumber{0,1}
|
cem:CommData{0,1}
|
cem:CityName{0,1}
|
cem:Commodity{0,1}
|
cem:Concept{0,1}
|
cem:CountryName{0,1}
|
cem:Date{0,1}
|
cem:DateTime{0,1}
|
cem:Drug{0,1}
|
cem:EntityUntyped{0,1}
|
cem:Equipment{0,1}
|
cem:Event{0,1}
|
cem:Facility{0,1}
|
cem:GeoFeature{0,1}
|
cem:GeoRef{0,1}
|
cem:Identifier{0,1}
|
cem:InfoBearer{0,1}
|
cem:LocationOfInterest{0,1}
|
cem:MilitaryUnit{0,1}
|
cem:Money{0,1}
|
cem:Nomenclature{0,1}
|
cem:Organization{0,1}
|
cem:Person{0,1}
|
cem:QuantityReference{0,1}
|
cem:SystemClass{0,1}
|
cem:Term{0,1}
|
cem:Time{0,1}
|
cem:TransportationNetwork{0,1}
|
cem:Vehicle{0,1}
|
cem:Weapon{0,1}
|
pubs:Equation
|
pubs:Footnote
|
pubs:NoteInline
|
pubs:MediaResource
|
pubs:Quote
|
pubs:SourceGroup
|
pubs:Link
|
pubs:XRef
|
pubs:ExtensionElements
|
pubs:Para
|
pubs:List
Children
cem:Account
,
cem:BEnumber
,
cem:CityName
,
cem:CommData
,
cem:Commodity
,
cem:Concept
,
cem:CountryName
,
cem:Date
,
cem:DateTime
,
cem:Drug
,
cem:EntityUntyped
,
cem:Equipment
,
cem:Event
,
cem:Facility
,
cem:GeoFeature
,
cem:GeoRef
,
cem:Identifier
,
cem:InfoBearer
,
cem:LocationOfInterest
,
cem:MilitaryUnit
,
cem:Money
,
cem:Nomenclature
,
cem:Organization
,
cem:Person
,
cem:QuantityReference
,
cem:SystemClass
,
cem:Term
,
cem:Time
,
cem:TransportationNetwork
,
cem:Vehicle
,
cem:Weapon
,
pubs:EmphasizedText
,
pubs:Equation
,
pubs:ExtensionElements
,
pubs:Footnote
,
pubs:Link
,
pubs:List
,
pubs:MediaResource
,
pubs:NoteInline
,
pubs:Para
,
pubs:Quote
,
pubs:SourceGroup
,
pubs:Subscript
,
pubs:Superscript
,
pubs:XRef
Attributes
QName
Type
Use
Annotation
COIProtectionLevel
pubs:COIProtectionLevelType
optional
IC Community of
Interest server access control level
IDReference
xsd:IDREFS
optional
A cross-reference to a
unique identifier used to point from one element to one or more other
elements. The value of the attribute must be one or more XML unique
identifiers that are the value(s) of id attribute(s) elsewhere in the
document.
SchemaguideSecurityAttributesOptionGroup
xsd:NMTOKEN
optional
This attribute is only a placeholder so that all the ISM attributes are not shown
in the schemaGuide for every element. If you refer to the documentation of the
attribute group it will say what attributes should be here.
align
restriction of xsd:string
optional
char
xsd:string
optional
charoff
xsd:NMTOKEN
optional
colname
xsd:NMTOKEN
optional
colsep
pubs:yesorno
optional
headings
xsd:IDREFS
optional
id
xsd:ID
optional
A unique XML identifier
used to assign an XML unique identifier to an element, such as a paragraph,
note or table.
morerows
xsd:integer
optional
nameend
xsd:NMTOKEN
optional
namest
xsd:NMTOKEN
optional
qualifier
xsd:string
optional
A user-defined property
within an element for general purpose processing used with block objects to
provide supplemental information over and above that conveyed by the element
name. This attribute is analogous to HTML's "class" attribute.
rotation
pubs:TableEntryRotationType
optional
The degree to which the content of a table cell should be rotated when displayed/printed.
rowsep
pubs:yesorno
optional
styleType
xsd:string
optional
A user-defined property
within an element for representing the formatting/style to be applied.
valign
restriction of xsd:string
optional
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:us:gov:ic:pubs'
Source
<xsd:complexType name= "entryType" mixed= "true" >
<xsd:annotation >
<xsd:documentation >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > Complex type for a cell in a table. </p>
</xsd:documentation>
</xsd:annotation>
<xsd:choice minOccurs= "0" maxOccurs= "unbounded" >
<xsd:group ref= "pubs:RunningTextContentGroup" minOccurs= "1" maxOccurs= "1" />
<xsd:element ref= "pubs:Para" minOccurs= "1" maxOccurs= "1" />
<xsd:element ref= "pubs:List" minOccurs= "1" maxOccurs= "1" />
</xsd:choice>
<xsd:attribute name= "colname" type= "xsd:NMTOKEN" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the column name </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "namest" type= "xsd:NMTOKEN" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the name start </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "nameend" type= "xsd:NMTOKEN" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the name end </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "morerows" type= "xsd:integer" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the number of rows </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "colsep" type= "pubs:yesorno" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the column separator </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "rowsep" type= "pubs:yesorno" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the row separator </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "align" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the alignment </p>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType >
<xsd:restriction base= "xsd:string" >
<xsd:enumeration value= "left" />
<xsd:enumeration value= "right" />
<xsd:enumeration value= "center" />
<xsd:enumeration value= "justify" />
<xsd:enumeration value= "char" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name= "char" type= "xsd:string" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the character </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "charoff" type= "xsd:NMTOKEN" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the character offset </p>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name= "valign" >
<xsd:annotation >
<xsd:documentation xml:lang= "en" >
<p xmlns= "http://www.w3.org/1999/xhtml" ism:ownerProducer= "USA" ism:classification= "U" > the vertical alignment </p>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType >
<xsd:restriction base= "xsd:string" >
<xsd:enumeration value= "top" />
<xsd:enumeration value= "middle" />
<xsd:enumeration value= "bottom" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref= "pubs:entry.att" />
</xsd:complexType>
Schema location
PUBS-XML.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.