Showing:

Attributes
Diagrams
Source
Attribute Group RequiredSimpleLinkAttributesGroup
Namespace urn:us:gov:ic:common
Diagram
Diagram XLink_xsd_Attribute_xlink_type.tmp#http___www.w3.org_1999_xlink_type XLink_xsd_Attribute_xlink_href.tmp#href XLink_xsd_Attribute_xlink_role.tmp#role XLink_xsd_Attribute_xlink_arcrole.tmp#arcrole XLink_xsd_Attribute_xlink_title.tmp#http___www.w3.org_1999_xlink_title XLink_xsd_Attribute_xlink_show.tmp#show XLink_xsd_Attribute_xlink_actuate.tmp#actuate IC-Common_xsd_Attribute_Group_NetworkAttributesGroup.tmp#NetworkAttributesGroup_network IC-Common_xsd_Attribute_Group_NetworkAttributesGroup.tmp#NetworkAttributesGroup_otherNetwork IC-Common_xsd_Attribute_Group_NetworkAttributesGroup.tmp#NetworkAttributesGroup
Attributes
QName Type Fixed Default Use Annotation
network NetworkNameVocabularyType optional
An Intelligence Community Internet-Protocol-based computer network. Use this attribute to make explicit the network where the media object addressed by the "xlink:href" URI resides. Specify "other" if none of the primary choices applies, and use attribute "otherNetwork" to provide an alternative value.
otherNetwork ShortStringType optional
A name of a computer network other than one of the names contained in the controlled vocabulary for attribute "network". This attribute is optional. However, it must be used when the value of attribute "network" is "other".
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType required
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Identifies the type of Extensible Linking Language (XLink) element the current element is functioning as. The value of this attribute is constrained to certain value(s) by the schema. XLink elements can serve several functions. The function is indicated by the value of the attribute xlink:type. The value of xlink:type can be simple, extended, locator, arc, or resource. In addition to xlink:type, the XLink specification defines several other attributes which are used in various combinations to fulfill the various functions. These attributes are: xlink:href, xlink:arcrole, xlink:role, xlink:show, xlink:actuate, xlink:title, xlink:label, xlink:from, and xlink:to.
Source
<xsd:attributeGroup name="RequiredSimpleLinkAttributesGroup">
  <xsd:attribute ref="xlink:type" fixed="simple" use="optional"/>
  <xsd:attribute ref="xlink:href" use="required"/>
  <xsd:attribute ref="xlink:role" use="optional"/>
  <xsd:attribute ref="xlink:arcrole" use="optional"/>
  <xsd:attribute ref="xlink:title" use="optional"/>
  <xsd:attribute ref="xlink:show" use="optional"/>
  <xsd:attribute ref="xlink:actuate" use="optional"/>
  <xsd:attributeGroup ref="NetworkAttributesGroup"/>
</xsd:attributeGroup>
Schema location IC-Common.xsd