DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "IdentifiedStructuredStringType"
Namespace:
Content:
complex, 5 attributes, 2 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definition of 1 element
Used:
at 12 locations
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, Content
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (12):
Known Usage Locations
Annotation
Combines the features of IdentifedStringType and StructuredStringType, providing both identification and XHTML structured content.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      IdentifiedStructuredStringType (extension)
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="IdentifiedStructuredStringType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element ref="Content"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 1/2)
Content
Type:
StructuredStringType, mixed content
Contains a structured string that may be marked up in XHTML.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Content"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set