Showing:

Attributes
Diagrams
Facets
Source
Used by
Imported schema ioc-TR.xsd
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Element tns:indicator
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Diagram
Diagram ioc-TR_xsd.tmp#IocTest_operator ioc-TR_xsd.tmp#IocTest_param ioc-TR_xsd.tmp#IocTest_UniqueIdentity ioc-TR_xsd.tmp#IocTest
Type tns:IocTest
Children tns:UniqueIdentity, tns:param
Attributes
QName Type Use
operator tns:IocOperator required
Source
<xs:element name="indicator" nillable="true" type="tns:IocTest"/>
Element tns:IocTest / tns:param
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Diagram
Diagram ioc-TR_xsd.tmp#Parameter_name ioc-TR_xsd.tmp#Parameter_title ioc-TR_xsd.tmp#Parameter_value ioc-TR_xsd.tmp#Parameter
Type tns:Parameter
Children tns:value
Attributes
QName Type Use
name xs:string optional
title xs:string optional
Source
<xs:element minOccurs="0" maxOccurs="unbounded" name="param" type="tns:Parameter"/>
Element tns:Parameter / tns:value
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Diagram
Diagram
Source
<xs:element minOccurs="0" maxOccurs="1" name="value"/>
Element tns:IocTest / tns:UniqueIdentity
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Diagram
Diagram
Type xs:string
Source
<xs:element minOccurs="0" maxOccurs="1" name="UniqueIdentity" type="xs:string"/>
Element tns:param
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Diagram
Diagram ioc-TR_xsd.tmp#Parameter_name ioc-TR_xsd.tmp#Parameter_title ioc-TR_xsd.tmp#Parameter_value ioc-TR_xsd.tmp#Parameter
Type tns:Parameter
Children tns:value
Attributes
QName Type Use
name xs:string optional
title xs:string optional
Source
<xs:element name="param" type="tns:Parameter"/>
Complex Type tns:IocTest
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Diagram
Diagram ioc-TR_xsd.tmp#IocTest_operator ioc-TR_xsd.tmp#IocTest_param ioc-TR_xsd.tmp#IocTest_UniqueIdentity
Used by
Element tns:indicator
Children tns:UniqueIdentity, tns:param
Attributes
QName Type Use
operator tns:IocOperator required
Source
<xs:complexType name="IocTest">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="param" type="tns:Parameter"/>
    <xs:element minOccurs="0" maxOccurs="1" name="UniqueIdentity" type="xs:string"/>
  </xs:sequence>
  <xs:attribute name="operator" type="tns:IocOperator" use="required"/>
</xs:complexType>
Complex Type tns:Parameter
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Diagram
Diagram ioc-TR_xsd.tmp#Parameter_name ioc-TR_xsd.tmp#Parameter_title ioc-TR_xsd.tmp#Parameter_value
Used by
Children tns:value
Attributes
QName Type Use
name xs:string optional
title xs:string optional
Source
<xs:complexType name="Parameter">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="value"/>
  </xs:sequence>
  <xs:attribute name="name" type="xs:string"/>
  <xs:attribute name="title" type="xs:string"/>
</xs:complexType>
Simple Type tns:IocOperator
Namespace http://schemas.mandiant.com/2010/ioc/TR/
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration and
enumeration or
Used by
Source
<xs:simpleType name="IocOperator">
  <xs:restriction base="xs:string">
    <xs:enumeration value="and"/>
    <xs:enumeration value="or"/>
  </xs:restriction>
</xs:simpleType>
Attribute tns:Parameter / @name
Namespace No namespace
Type xs:string
Used by
Complex Type tns:Parameter
Source
<xs:attribute name="name" type="xs:string"/>
Attribute tns:Parameter / @title
Namespace No namespace
Type xs:string
Used by
Complex Type tns:Parameter
Source
<xs:attribute name="title" type="xs:string"/>
Attribute tns:IocTest / @operator
Namespace No namespace
Type tns:IocOperator
Facets
enumeration and
enumeration or
Used by
Complex Type tns:IocTest
Source
<xs:attribute name="operator" type="tns:IocOperator" use="required"/>