complexType "AssociationToAssetId"
Namespace:
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:anyURI
 = 
xsd:ID
   
>
   
Content: 
{ xsd:normalizedString }
</...>
Simple Content Restrictions:
MaxLength:
255
MinLength:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure that defines an association identifier based on a qualifying scheme.
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  NormalizedString (restriction)
      NonEmptyScheme (extension)
          AssociationToAssetId
Derivation:
extension of NonEmptyScheme
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="AssociationToAssetId">
<xsd:simpleContent>
<xsd:extension base="NonEmptyScheme">
<xsd:attribute name="associationToAssetIdScheme" type="xsd:anyURI" use="required"/>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
associationToAssetIdScheme
Type:
xsd:anyURI, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="associationToAssetIdScheme" type="xsd:anyURI" use="required"/>

id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>

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