Showing:

Annotations
Diagrams
Source
Used by
Main schema Hostname_Object.xsd
Namespace http://cybox.mitre.org/objects#HostnameObject-1
Annotations
This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
Element HostnameObj:Hostname
Namespace http://cybox.mitre.org/objects#HostnameObject-1
Annotations
The Hostname object is intended to specify a particular network hostname.
Diagram
Diagram Hostname_Object_xsd.tmp#HostnameObjectType_is_domain_name Hostname_Object_xsd.tmp#HostnameObjectType_Hostname_Value Hostname_Object_xsd.tmp#HostnameObjectType_Naming_System Hostname_Object_xsd.tmp#HostnameObjectType
Type HostnameObj:HostnameObjectType
Type hierarchy
Children HostnameObj:Hostname_Value, HostnameObj:Naming_System
Source
<xs:element name="Hostname" type="HostnameObj:HostnameObjectType">
  <xs:annotation>
    <xs:documentation>The Hostname object is intended to specify a particular network hostname.</xs:documentation>
  </xs:annotation>
</xs:element>
Element HostnameObj:HostnameObjectType / HostnameObj:Hostname_Value
Namespace http://cybox.mitre.org/objects#HostnameObject-1
Annotations
The Hostname_Value construct specifies the actual value of the Hostname.
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Hostname_Value" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Hostname_Value construct specifies the actual value of the Hostname.</xs:documentation>
  </xs:annotation>
</xs:element>
Element HostnameObj:HostnameObjectType / HostnameObj:Naming_System
Namespace http://cybox.mitre.org/objects#HostnameObject-1
Annotations
The Naming_System construct specifies a relevant Naming System for the Hostname (e.g. DNS, NIS, NetBIOS).
Diagram
Diagram
Type StringObjectPropertyType
Source
<xs:element name="Naming_System" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The Naming_System construct specifies a relevant Naming System for the Hostname (e.g. DNS, NIS, NetBIOS).</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type HostnameObj:HostnameObjectType
Namespace http://cybox.mitre.org/objects#HostnameObject-1
Annotations
The HostnameObjectType object is intended to specify network hostnames.
Diagram
Diagram Hostname_Object_xsd.tmp#HostnameObjectType_is_domain_name Hostname_Object_xsd.tmp#HostnameObjectType_Hostname_Value Hostname_Object_xsd.tmp#HostnameObjectType_Naming_System
Type extension of ObjectPropertiesType
Type hierarchy
Used by
Children HostnameObj:Hostname_Value, HostnameObj:Naming_System
Source
<xs:complexType name="HostnameObjectType">
  <xs:annotation>
    <xs:documentation>The HostnameObjectType object is intended to specify network hostnames.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="Hostname_Value" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Hostname_Value construct specifies the actual value of the Hostname.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Naming_System" type="cyboxCommon:StringObjectPropertyType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>The Naming_System construct specifies a relevant Naming System for the Hostname (e.g. DNS, NIS, NetBIOS).</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="is_domain_name" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>The is_domain_name field specifies if this is also a valid domain name.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute HostnameObj:HostnameObjectType / @is_domain_name
Namespace No namespace
Annotations
The is_domain_name field specifies if this is also a valid domain name.
Type xs:boolean
Used by
Source
<xs:attribute name="is_domain_name" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The is_domain_name field specifies if this is also a valid domain name.</xs:documentation>
  </xs:annotation>
</xs:attribute>