attributeGroup "linespecific.attrib"
Namespace:
Content:
Defined:
globally in dbpoolx.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
"linespecific" : "linespecific"
 = 
"preserve"
 = 
("numbered" | "unnumbered")
 = 
("continues" | "restarts")
 = 
xs:anySimpleType
 = 
xs:anySimpleType
...>
Known Usage Locations
Attribute Detail (all declarations; defined within this component only; 5/6)
continuation
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"continues", "restarts"
XML Source (see within schema source)
<xs:attribute name="continuation">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="continues"/>
<xs:enumeration value="restarts"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

format
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"linespecific"
Default:
"linespecific"
XML Source (see within schema source)
<xs:attribute default="linespecific" name="format">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="linespecific"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

language
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="language"/>

linenumbering
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"numbered", "unnumbered"
XML Source (see within schema source)
<xs:attribute name="linenumbering">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="numbered"/>
<xs:enumeration value="unnumbered"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

startinglinenumber
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="startinglinenumber"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.