Attribute idopt / @eId
Namespace No namespace
Type noWhiteSpace
Properties
content: simple
Facets
pattern [^\s]+
Used by
Attribute Group idopt
Source
<xsd:attribute name="eId" type="noWhiteSpace"/>
Attribute idopt / @wId
Namespace No namespace
Type noWhiteSpace
Properties
content: simple
Facets
pattern [^\s]+
Used by
Attribute Group idopt
Source
<xsd:attribute name="wId" type="noWhiteSpace"/>
Attribute idopt / @GUID
Namespace No namespace
Type noWhiteSpace
Properties
content: simple
Facets
pattern [^\s]+
Used by
Attribute Group idopt
Source
<xsd:attribute name="GUID" type="noWhiteSpace"/>
Attribute Group idopt
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>idopt</name>
<comment>These attributes identify the element in an absolute manner. In elements using this attribute definition the eId attribute is optional. The wId is used to mark the identifier that the structure used to have in the original version, and is only needed when a renumbering occurred.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_idopt.tmp#idopt_eId akomantoso30_xsd_Attribute_Group_idopt.tmp#idopt_wId akomantoso30_xsd_Attribute_Group_idopt.tmp#idopt_GUID
Used by
Attribute Group coreopt
Complex Types anyOtherType, metaopt, srcType
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
eId noWhiteSpace optional
wId noWhiteSpace optional
Source
<xsd:attributeGroup name="idopt">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>idopt</name>
      <comment>These attributes identify the element in an absolute manner. In elements using this attribute definition the eId attribute is optional. The wId is used to mark the identifier that the structure used to have in the original version, and is only needed when a renumbering occurred.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="eId" type="noWhiteSpace"/>
  <xsd:attribute name="wId" type="noWhiteSpace"/>
  <xsd:attribute name="GUID" type="noWhiteSpace"/>
</xsd:attributeGroup>